From 125d3ab13c2f6994b6f0b519e64e859239cc640b Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Fri, 4 Jul 2025 16:13:32 +0000 Subject: [PATCH] fix(deps): update terraform ibm to v1.80.0 --- 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 a602fe39..a21a5a22 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.79.2" + version = "1.80.0" } helm = { source = "hashicorp/helm"