From fe6230fd8bc847f7b8482a798ea867c25c75f1bd Mon Sep 17 00:00:00 2001 From: shemau Date: Mon, 16 Jun 2025 17:42:08 +0100 Subject: [PATCH] fix(deps): bump terraform IBM provider to 1.79.2 --- README.md | 2 +- examples/backup/version.tf | 2 +- examples/basic/version.tf | 2 +- examples/complete/version.tf | 2 +- examples/fscloud/version.tf | 2 +- examples/pitr/version.tf | 2 +- modules/fscloud/README.md | 2 +- modules/fscloud/version.tf | 2 +- solutions/standard/version.tf | 2 +- version.tf | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 85e82ba0..221d8011 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ To attach access management tags to resources in this module, you need the follo | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.9.0 | -| [ibm](#requirement\_ibm) | >= 1.79.0, <2.0.0 | +| [ibm](#requirement\_ibm) | >= 1.79.2, <2.0.0 | | [time](#requirement\_time) | >= 0.9.1 | ### Modules diff --git a/examples/backup/version.tf b/examples/backup/version.tf index 3419af8f..b211acf0 100644 --- a/examples/backup/version.tf +++ b/examples/backup/version.tf @@ -5,7 +5,7 @@ terraform { # module's version.tf (basic example), and 1 example that will always use the latest provider version (complete example). ibm = { source = "IBM-Cloud/ibm" - version = ">=1.79.0, <2.0.0" + version = ">=1.79.2, <2.0.0" } } } diff --git a/examples/basic/version.tf b/examples/basic/version.tf index adda4762..d87961c9 100644 --- a/examples/basic/version.tf +++ b/examples/basic/version.tf @@ -5,7 +5,7 @@ terraform { # module's version.tf (basic example), and 1 example that will always use the latest provider version (complete example). ibm = { source = "IBM-Cloud/ibm" - version = "1.79.0" + version = "1.79.2" } time = { diff --git a/examples/complete/version.tf b/examples/complete/version.tf index 47ea1ab7..e7b6ebc9 100644 --- a/examples/complete/version.tf +++ b/examples/complete/version.tf @@ -5,7 +5,7 @@ terraform { # module's version.tf (basic example), and 1 example that will always use the latest provider version (complete example). ibm = { source = "IBM-Cloud/ibm" - version = ">=1.79.0, <2.0.0" + version = ">=1.79.2, <2.0.0" } time = { source = "hashicorp/time" diff --git a/examples/fscloud/version.tf b/examples/fscloud/version.tf index 3419af8f..b211acf0 100644 --- a/examples/fscloud/version.tf +++ b/examples/fscloud/version.tf @@ -5,7 +5,7 @@ terraform { # module's version.tf (basic example), and 1 example that will always use the latest provider version (complete example). ibm = { source = "IBM-Cloud/ibm" - version = ">=1.79.0, <2.0.0" + version = ">=1.79.2, <2.0.0" } } } diff --git a/examples/pitr/version.tf b/examples/pitr/version.tf index 3419af8f..b211acf0 100644 --- a/examples/pitr/version.tf +++ b/examples/pitr/version.tf @@ -5,7 +5,7 @@ terraform { # module's version.tf (basic example), and 1 example that will always use the latest provider version (complete example). ibm = { source = "IBM-Cloud/ibm" - version = ">=1.79.0, <2.0.0" + version = ">=1.79.2, <2.0.0" } } } diff --git a/modules/fscloud/README.md b/modules/fscloud/README.md index 2f69a494..eb0d855e 100644 --- a/modules/fscloud/README.md +++ b/modules/fscloud/README.md @@ -12,7 +12,7 @@ The IBM Cloud Framework for Financial Services mandates the application of an in | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.9.0 | -| [ibm](#requirement\_ibm) | >=1.79.0, <2.0.0 | +| [ibm](#requirement\_ibm) | >=1.79.2, <2.0.0 | ### Modules diff --git a/modules/fscloud/version.tf b/modules/fscloud/version.tf index 3318cef7..3b200e51 100644 --- a/modules/fscloud/version.tf +++ b/modules/fscloud/version.tf @@ -8,7 +8,7 @@ terraform { ibm = { source = "IBM-Cloud/ibm" # Use "greater than or equal to" range in modules - version = ">=1.79.0, <2.0.0" + version = ">=1.79.2, <2.0.0" } } } diff --git a/solutions/standard/version.tf b/solutions/standard/version.tf index 746b7a9e..4acdd237 100644 --- a/solutions/standard/version.tf +++ b/solutions/standard/version.tf @@ -5,7 +5,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = "1.79.1" + version = "1.79.2" } time = { source = "hashicorp/time" diff --git a/version.tf b/version.tf index 1f00b3e8..4fd7dce2 100644 --- a/version.tf +++ b/version.tf @@ -4,7 +4,7 @@ terraform { # Use "greater than or equal to" range in modules ibm = { source = "IBM-Cloud/ibm" - version = ">= 1.79.0, <2.0.0" + version = ">= 1.79.2, <2.0.0" } time = { source = "hashicorp/time"