From a198b3060e69a0709fc25c5fdb915b6ad78a4382 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Sat, 10 May 2025 06:16:58 +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 93ddc896..04d9d4db 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.78.0 | +| [ibm](#requirement\_ibm) | 1.78.1 | | [time](#requirement\_time) | 0.13.1 | ### 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.78.0/docs/resources/iam_authorization_policy) | resource | +| [ibm_iam_authorization_policy.cos_kms_policy](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.1/docs/resources/iam_authorization_policy) | resource | | [time_sleep.wait_for_cross_account_authorization_policy](https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/sleep) | resource | ### Inputs diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index 31e4306f..cd83f387 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.78.0" + version = "1.78.1" } time = { source = "hashicorp/time"