From 046f4e08e934a4927e76d58daa8f8c4831e165c1 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Fri, 3 Oct 2025 20:51:31 +0000 Subject: [PATCH] fix(deps): update terraform ibm to latest for the deployable architecture solution --- common-dev-assets | 2 +- solutions/fully-configurable/version.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common-dev-assets b/common-dev-assets index 84e744a2..95eee196 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit 84e744a27f774dac276e9381db01b6fe378c0af3 +Subproject commit 95eee1969a5ad814bfa2e5a07b03c8ee6b589271 diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index a5f12df8..f2603e82 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.82.1" + version = "1.83.1" } time = { source = "hashicorp/time"