From 46f00cc052ce0abc2fa893c66fec7f226d9aa689 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Sun, 30 Mar 2025 10:36:56 +0000 Subject: [PATCH] fix(deps): update terraform ibm to latest for deployable architectures --- solutions/fully-configurable/README.md | 4 ++-- solutions/fully-configurable/version.tf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/solutions/fully-configurable/README.md b/solutions/fully-configurable/README.md index a4629165..aedf9a16 100644 --- a/solutions/fully-configurable/README.md +++ b/solutions/fully-configurable/README.md @@ -36,7 +36,7 @@ This solution supports provisioning and configuring the following infrastructure | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.9.0 | -| [ibm](#requirement\_ibm) | 1.76.1 | +| [ibm](#requirement\_ibm) | 1.76.3 | | [time](#requirement\_time) | 0.13.0 | ### Modules @@ -56,7 +56,7 @@ This solution supports provisioning and configuring the following infrastructure | Name | Type | |------|------| -| [ibm_iam_authorization_policy.cos_kms_policy](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.76.1/docs/resources/iam_authorization_policy) | resource | +| [ibm_iam_authorization_policy.cos_kms_policy](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.76.3/docs/resources/iam_authorization_policy) | resource | | [time_sleep.wait_for_cross_account_authorization_policy](https://registry.terraform.io/providers/hashicorp/time/0.13.0/docs/resources/sleep) | resource | ### Inputs diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index 6015f671..6891b1b6 100644 --- a/solutions/fully-configurable/version.tf +++ b/solutions/fully-configurable/version.tf @@ -4,7 +4,7 @@ terraform { # Lock DA into an exact provider version - renovate automation will keep it updated ibm = { source = "IBM-Cloud/ibm" - version = "1.76.1" + version = "1.76.3" } time = { source = "hashicorp/time"