From 1d60e05a8647f5f35fe9e6ea0a32d0e756509e3d Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Sat, 5 Jul 2025 10:43:24 +0000 Subject: [PATCH] fix(deps): update terraform ibm to latest for the deployable architecture solution --- 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 b7118580..31361c0f 100644 --- a/solutions/fully-configurable/version.tf +++ b/solutions/fully-configurable/version.tf @@ -5,7 +5,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = "1.79.2" + version = "1.80.0" } time = { source = "hashicorp/time"