From 830a153b914a28ea2aff0f71f40ceb03207188af Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Fri, 8 Aug 2025 21:45:26 +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 551452eb..1cde2a04 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit 551452eb38d1c500f3781b9ef29f71fcb407b662 +Subproject commit 1cde2a04f04005c24271047b37487ec23a42b124 diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index 543b2047..a366b859 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.0" + version = "1.81.1" } time = { source = "hashicorp/time"