From 8473d2a91323db6ad575d0d625ca6ef2fbfb167d Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Thu, 10 Jul 2025 12:20:13 +0000 Subject: [PATCH] fix(deps): update terraform ibm to v1.80.2 --- solutions/fully-configurable/version.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index 19175e83..e996e0af 100644 --- a/solutions/fully-configurable/version.tf +++ b/solutions/fully-configurable/version.tf @@ -6,7 +6,7 @@ terraform { # Lock DA into an exact provider version - renovate automation will keep it updated ibm = { source = "ibm-cloud/ibm" - version = "1.80.1" + version = "1.80.2" } helm = { source = "hashicorp/helm"