diff --git a/README.md b/README.md index 90c8f2c..394290e 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ You need the following permissions to run this module. | 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-restore/version.tf b/examples/backup-restore/version.tf index 2f3206e..3020408 100644 --- a/examples/backup-restore/version.tf +++ b/examples/backup-restore/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.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 4055876..b8d386a 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.79.0" + version = "1.79.2" } } } diff --git a/examples/complete/version.tf b/examples/complete/version.tf index 2f3206e..3020408 100644 --- a/examples/complete/version.tf +++ b/examples/complete/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.79.0, <2.0.0" + version = ">=1.79.2, <2.0.0" } } } diff --git a/examples/fscloud/version.tf b/examples/fscloud/version.tf index 2765cfe..dec5bbe 100644 --- a/examples/fscloud/version.tf +++ b/examples/fscloud/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.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 f5f20aa..8118084 100644 --- a/modules/fscloud/README.md +++ b/modules/fscloud/README.md @@ -14,7 +14,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 3318cef..3b200e5 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 5a2b2c3..3983f64 100644 --- a/solutions/standard/version.tf +++ b/solutions/standard/version.tf @@ -4,7 +4,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = "1.79.0" + version = "1.79.2" } time = { source = "hashicorp/time" diff --git a/version.tf b/version.tf index 64d2f0a..cba2bf6 100644 --- a/version.tf +++ b/version.tf @@ -4,7 +4,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = ">= 1.79.0, <2.0.0" + version = ">= 1.79.2, <2.0.0" } time = { source = "hashicorp/time"