From cdbbb3c03def50dea6a5d6039c9809bda013de49 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Sat, 30 Aug 2025 23:58:20 +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 a366b859..333f1199 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.81.1" + version = "1.82.0" } time = { source = "hashicorp/time"