diff --git a/README.md b/README.md index be729f5b..9f1580a3 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ You need the following permissions to run this module. | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.3.0 | -| [ibm](#requirement\_ibm) | >= 1.71.0, <2.0.0 | +| [ibm](#requirement\_ibm) | >= 1.76.0, <2.0.0 | | [time](#requirement\_time) | >= 0.9.1 | ### Modules diff --git a/examples/basic/version.tf b/examples/basic/version.tf index 1a06bdf3..63e573e0 100644 --- a/examples/basic/version.tf +++ b/examples/basic/version.tf @@ -3,7 +3,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = "= 1.71.0" + version = "= 1.76.0" } } } diff --git a/examples/complete/version.tf b/examples/complete/version.tf index 5e41cfef..a623fbaf 100644 --- a/examples/complete/version.tf +++ b/examples/complete/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.71.0" + version = ">= 1.76.0" } } } diff --git a/examples/fscloud/version.tf b/examples/fscloud/version.tf index e486069e..a623fbaf 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.71.1" + version = ">= 1.76.0" } } } diff --git a/modules/fscloud/README.md b/modules/fscloud/README.md index a94f1887..f2e67449 100644 --- a/modules/fscloud/README.md +++ b/modules/fscloud/README.md @@ -10,7 +10,7 @@ The default values in this profile were scanned by [IBM Code Risk Analyzer (CRA) | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.3.0 | -| [ibm](#requirement\_ibm) | >= 1.71.0, <2.0.0 | +| [ibm](#requirement\_ibm) | >= 1.76.0, <2.0.0 | ### Modules diff --git a/modules/fscloud/version.tf b/modules/fscloud/version.tf index bc2af967..fbe8243f 100644 --- a/modules/fscloud/version.tf +++ b/modules/fscloud/version.tf @@ -7,7 +7,7 @@ terraform { # tflint-ignore: terraform_unused_required_providers ibm = { source = "IBM-Cloud/ibm" - version = ">= 1.71.0, <2.0.0" + version = ">= 1.76.0, <2.0.0" } } } diff --git a/solutions/enterprise/version.tf b/solutions/enterprise/version.tf index 8070399f..e9024e04 100644 --- a/solutions/enterprise/version.tf +++ b/solutions/enterprise/version.tf @@ -3,7 +3,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = "1.75.1" + version = "1.76.0" } time = { source = "hashicorp/time" diff --git a/solutions/quickstart/version.tf b/solutions/quickstart/version.tf index b38ea856..51556312 100644 --- a/solutions/quickstart/version.tf +++ b/solutions/quickstart/version.tf @@ -3,7 +3,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = "1.75.1" + version = "1.76.0" } } } diff --git a/version.tf b/version.tf index ae953f3d..f6f2228a 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.71.0, <2.0.0" + version = ">= 1.76.0, <2.0.0" } time = { source = "hashicorp/time"