From 5e5216fa6c794872574b03011ddcdadc8f977776 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Sun, 9 Nov 2025 22:14:55 +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 fc1a2725..6e835499 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit fc1a27254f57a7815ba98c523fc1ef0c73df6790 +Subproject commit 6e83549924fb8d8ae4933ba269baee0926a6f623 diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index 5ceb6484..bb3c5d08 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.3" + version = "1.85.0" } time = { source = "hashicorp/time"