From ccc6f1ccd3916f718b1ad50837a133ba38b8e7dd Mon Sep 17 00:00:00 2001 From: "Matthew.Lemmond@ibm.com" Date: Tue, 10 Jun 2025 11:25:57 -0400 Subject: [PATCH] fix: update provider version required to fix the error of inconsistent rg data --- README.md | 2 +- examples/advanced/version.tf | 2 +- examples/basic/version.tf | 2 +- solutions/fully-configurable/version.tf | 2 +- version.tf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e0a6cef..20b3ea4 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ For more information on access and permissions, see [terraform](#requirement\_terraform) | >= 1.9.0 | -| [ibm](#requirement\_ibm) | >= 1.76.1, < 2.0.0 | +| [ibm](#requirement\_ibm) | >= 1.79.1, < 2.0.0 | ### Modules diff --git a/examples/advanced/version.tf b/examples/advanced/version.tf index 048dc97..4e228a2 100644 --- a/examples/advanced/version.tf +++ b/examples/advanced/version.tf @@ -6,7 +6,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = ">= 1.76.1, < 2.0.0" + version = ">= 1.79.1, < 2.0.0" } } } diff --git a/examples/basic/version.tf b/examples/basic/version.tf index 3a80f07..88ceb3f 100644 --- a/examples/basic/version.tf +++ b/examples/basic/version.tf @@ -6,7 +6,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = "1.76.1" + version = "1.79.1" } } } diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index 20fe161..bb18fd4 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.3" + version = "1.79.1" } } } diff --git a/version.tf b/version.tf index 110c768..7bcc3c6 100644 --- a/version.tf +++ b/version.tf @@ -6,7 +6,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = ">= 1.76.1, < 2.0.0" + version = ">= 1.79.1, < 2.0.0" } } }