From 9eb192714c312ca22a6ae97734c99ebabb685a8e Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Fri, 20 Dec 2024 23:49:22 +0000 Subject: [PATCH] fix(deps): update required_provider to latest for deployable architectures --- solutions/existing-cluster/version.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/solutions/existing-cluster/version.tf b/solutions/existing-cluster/version.tf index f5394da..f222840 100644 --- a/solutions/existing-cluster/version.tf +++ b/solutions/existing-cluster/version.tf @@ -4,15 +4,15 @@ terraform { # Lock DA into an exact provider version - renovate automation will keep it updated ibm = { source = "ibm-cloud/ibm" - version = "1.68.0" + version = "1.73.0" } helm = { source = "hashicorp/helm" - version = "2.14.0" + version = "2.17.0" } kubernetes = { source = "hashicorp/kubernetes" - version = "2.31.0" + version = "2.35.1" } } }