From 0ff7d5fc5d9d27c968768dfcae46f22ae4010c61 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Sat, 22 Mar 2025 09:51:38 +0000 Subject: [PATCH] fix(deps): update terraform ibm to latest for deployable architectures --- solutions/fully-configurable/README.md | 2 +- solutions/fully-configurable/version.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/solutions/fully-configurable/README.md b/solutions/fully-configurable/README.md index d9c2e9d..f793d07 100644 --- a/solutions/fully-configurable/README.md +++ b/solutions/fully-configurable/README.md @@ -15,7 +15,7 @@ This solution supports provisioning and configuring the following infrastructure | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.4.0 | -| [ibm](#requirement\_ibm) | 1.76.1 | +| [ibm](#requirement\_ibm) | 1.76.2 | ### Modules diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index d6cf8eb..e68f154 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.76.1" + version = "1.76.2" } } }