From 3f361d6bdaa1b8e4e76c308d136c394053f1e79d Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Fri, 24 Oct 2025 21:18:39 +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 54aadccd..5ceb6484 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.84.1" + version = "1.84.3" } time = { source = "hashicorp/time"