diff --git a/README.md b/README.md index 1b9b93d4..41a97fbe 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ You need the following permissions to run this module. | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= v1.0.0 | -| [ibm](#requirement\_ibm) | >= 1.70.0, <2.0.0 | +| [ibm](#requirement\_ibm) | >= 1.76.0, <2.0.0 | | [time](#requirement\_time) | >= 0.9.1, < 1.0.0 | ### Modules diff --git a/examples/basic/version.tf b/examples/basic/version.tf index a446f9b0..2a34320c 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.70.0" + version = "1.76.0" } } } diff --git a/examples/complete/README.md b/examples/complete/README.md index b4537687..e2e7bb2e 100644 --- a/examples/complete/README.md +++ b/examples/complete/README.md @@ -8,7 +8,7 @@ This examples handles the provisioning of a new Secrets Manager instance. | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= v1.0.0 | -| [ibm](#requirement\_ibm) | >=1.70.0 | +| [ibm](#requirement\_ibm) | >=1.76.0 | | [time](#requirement\_time) | 0.12.1 | ### Modules diff --git a/examples/complete/version.tf b/examples/complete/version.tf index f2368843..c34bf04d 100644 --- a/examples/complete/version.tf +++ b/examples/complete/version.tf @@ -3,7 +3,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = ">=1.70.0" + version = ">=1.76.0" } time = { source = "hashicorp/time" diff --git a/examples/fscloud/version.tf b/examples/fscloud/version.tf index 05dee1cd..8f37dab1 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.70.0, <2.0.0" + version = ">=1.76.0, <2.0.0" } } } diff --git a/solutions/standard/version.tf b/solutions/standard/version.tf index db980aaa..2d891d98 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.75.2" + version = "1.76.0" } time = { source = "hashicorp/time" diff --git a/tests/existing-resources/version.tf b/tests/existing-resources/version.tf index e128ec26..6323b3e9 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.51.0" + version = ">= 1.76.0" } } } diff --git a/version.tf b/version.tf index f7cd0c46..cb85c3b3 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.76.0, <2.0.0" } time = { source = "hashicorp/time"