From 7ddccdeaedb2f666f19eec09befeeb8dee1b3f45 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Wed, 30 Apr 2025 15:22:48 +0000 Subject: [PATCH] fix(deps): update terraform ibm to latest for deployable architectures --- 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 75311dcf..8c1fd9bc 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.77.1" + version = "1.78.0" } helm = { source = "hashicorp/helm"