From 9559930251578a0a83b39735bbccb08da98a3f25 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Sat, 15 Mar 2025 14:08:24 +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 c9e0808..d9c2e9d 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.75.2 | +| [ibm](#requirement\_ibm) | 1.76.1 | ### Modules diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index 19d5d54..d6cf8eb 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.75.2" + version = "1.76.1" } } }