From a94c6ee2df43814b7f81e7a61cda3448c17c2bb6 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Fri, 27 Sep 2024 23:39:42 +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..e28a84f 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.69.2" } helm = { source = "hashicorp/helm" - version = "2.14.0" + version = "2.15.0" } kubernetes = { source = "hashicorp/kubernetes" - version = "2.31.0" + version = "2.32.0" } } }