From 0baf55aa2593bf2fa26779ed44207fe3307b5d94 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Sat, 12 Jul 2025 18:51:54 +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 1945ff53..0dff8a82 100644 --- a/solutions/fully-configurable/version.tf +++ b/solutions/fully-configurable/version.tf @@ -4,7 +4,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = "1.79.1" + version = "1.80.3" } time = { source = "hashicorp/time"