From b7ddaef213bd2d272c4e4b811dda420722a253e6 Mon Sep 17 00:00:00 2001 From: akocbek Date: Mon, 9 Jun 2025 11:46:12 +0100 Subject: [PATCH] fix(deps): bump to ibm provider 1.79.0 --- README.md | 2 +- examples/advanced/version.tf | 2 +- examples/basic/version.tf | 2 +- examples/enterprise/version.tf | 2 +- solutions/fully-configurable/README.md | 4 ++-- solutions/fully-configurable/version.tf | 2 +- tests/existing-resources/version.tf | 2 +- version.tf | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 06ee229..6370013 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ statement instead the previous block. | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.9.0 | -| [ibm](#requirement\_ibm) | >= 1.70.0, <2.0.0 | +| [ibm](#requirement\_ibm) | >= 1.79.0, <2.0.0 | | [restapi](#requirement\_restapi) | >=1.20.0, <2.0.0 | ### Modules diff --git a/examples/advanced/version.tf b/examples/advanced/version.tf index ef8a708..dee15e3 100644 --- a/examples/advanced/version.tf +++ b/examples/advanced/version.tf @@ -4,7 +4,7 @@ terraform { # Use latest version of provider in non-basic examples to verify latest version works with module ibm = { source = "ibm-cloud/ibm" - version = ">=1.70.0, <2.0.0" + version = ">=1.79.0, <2.0.0" } restapi = { source = "Mastercard/restapi" diff --git a/examples/basic/version.tf b/examples/basic/version.tf index b5cb2be..d2a2f05 100644 --- a/examples/basic/version.tf +++ b/examples/basic/version.tf @@ -4,7 +4,7 @@ terraform { # Pin to the lowest provider version of the range defined in the main module's version.tf to ensure lowest version still works ibm = { source = "ibm-cloud/ibm" - version = "1.76.1" + version = "1.79.0" } restapi = { source = "Mastercard/restapi" diff --git a/examples/enterprise/version.tf b/examples/enterprise/version.tf index e0b9ac2..2b3cd81 100644 --- a/examples/enterprise/version.tf +++ b/examples/enterprise/version.tf @@ -3,7 +3,7 @@ terraform { required_providers { ibm = { source = "ibm-cloud/ibm" - version = ">= 1.70.0, < 2.0.0" + version = ">= 1.79.0, < 2.0.0" } restapi = { source = "Mastercard/restapi" diff --git a/solutions/fully-configurable/README.md b/solutions/fully-configurable/README.md index 417f0b0..911e1c8 100644 --- a/solutions/fully-configurable/README.md +++ b/solutions/fully-configurable/README.md @@ -19,7 +19,7 @@ There is currently a [known issue](https://github.com/terraform-ibm-modules/terr | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.9.0 | -| [ibm](#requirement\_ibm) | 1.78.4 | +| [ibm](#requirement\_ibm) | 1.79.0 | | [restapi](#requirement\_restapi) | 1.20.0 | ### Modules @@ -33,7 +33,7 @@ There is currently a [known issue](https://github.com/terraform-ibm-modules/terr | Name | Type | |------|------| -| [ibm_iam_auth_token.auth_token](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.4/docs/data-sources/iam_auth_token) | data source | +| [ibm_iam_auth_token.auth_token](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.79.0/docs/data-sources/iam_auth_token) | data source | ### Inputs diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index a973354..5a5e1d9 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.78.4" + version = "1.79.0" } restapi = { source = "Mastercard/restapi" diff --git a/tests/existing-resources/version.tf b/tests/existing-resources/version.tf index 7db4be4..cb78343 100644 --- a/tests/existing-resources/version.tf +++ b/tests/existing-resources/version.tf @@ -3,7 +3,7 @@ terraform { required_providers { ibm = { source = "ibm-cloud/ibm" - version = ">= 1.76.0" + version = ">= 1.79.0" } } } diff --git a/version.tf b/version.tf index c59a29b..423490c 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.70.0, <2.0.0" + version = ">= 1.79.0, <2.0.0" } restapi = { source = "Mastercard/restapi"