Skip to content

Commit 4c10c31

Browse files
akocbekakocbekIBM
andauthored
fix: update required ibm provider version to < 1.7 (#167)
Co-authored-by: [email protected] <[email protected]>
1 parent 3746f6c commit 4c10c31

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You need the following permissions to run this module.
6161

6262
| Name | Version |
6363
|------|---------|
64-
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0, <1.6.0 |
64+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0, <1.7.0 |
6565
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >=1.61.0, <2.0.0 |
6666

6767
### Modules

examples/default/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 1.3.0, <1.6.0"
2+
required_version = ">= 1.3.0, <1.7.0"
33
required_providers {
44
ibm = {
55
source = "IBM-Cloud/ibm"

version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 1.3.0, <1.6.0"
2+
required_version = ">= 1.3.0, <1.7.0"
33
required_providers {
44
# Pin to the lowest provider version of the range defined in the main module's version.tf to ensure lowest version still works
55
ibm = {

0 commit comments

Comments
 (0)