From 271f52c1b7ba96a0430475af5bd9036a1595a4c4 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Mon, 26 May 2025 15:45:16 +0000 Subject: [PATCH] fix(deps): update terraform ibm to v1.78.4 --- 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 588952b8..6ecb4192 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.78.3" + version = "1.78.4" } helm = { source = "hashicorp/helm"