Skip to content

Commit b65ea46

Browse files
shemauSteve Peggsocofaigh
authored
fix: bump IBM provider to ">= 1.62.0, <2.0.0" (#159)
Co-authored-by: Steve Peggs <[email protected]> Co-authored-by: Conall Ó Cofaigh <[email protected]>
1 parent 248e407 commit b65ea46

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You need the following permissions to run this module.
5656
| Name | Version |
5757
|------|---------|
5858
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0, <1.7.0 |
59-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.61.0, <2.0.0 |
59+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.62.0, <2.0.0 |
6060
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.9.1 |
6161

6262
### Modules

examples/basic/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
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 = {
66
source = "IBM-Cloud/ibm"
7-
version = "1.61.0"
7+
version = "1.62.0"
88
}
99
}
1010
}

examples/complete/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
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 = {
66
source = "IBM-Cloud/ibm"
7-
version = ">=1.61.0, <2.0.0"
7+
version = ">=1.62.0, <2.0.0"
88
}
99
}
1010
}

examples/fscloud/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
# Use latest version of provider in non-basic examples to verify latest version works with module
55
ibm = {
66
source = "IBM-Cloud/ibm"
7-
version = ">=1.61.0, <2.0.0"
7+
version = ">=1.62.0, <2.0.0"
88
}
99
}
1010
}

modules/fscloud/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The IBM Cloud Framework for Financial Services mandates the application of an in
1414
| Name | Version |
1515
|------|---------|
1616
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0, <1.7.0 |
17-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >=1.61.0, <2.0.0 |
17+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >=1.62.0, <2.0.0 |
1818

1919
### Modules
2020

modules/fscloud/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
ibm = {
99
source = "IBM-Cloud/ibm"
1010
# Use "greater than or equal to" range in modules
11-
version = ">=1.61.0, <2.0.0"
11+
version = ">=1.62.0, <2.0.0"
1212
}
1313
}
1414
}

version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
ibm = {
66
source = "IBM-Cloud/ibm"
7-
version = ">= 1.61.0, <2.0.0"
7+
version = ">= 1.62.0, <2.0.0"
88
}
99
time = {
1010
source = "hashicorp/time"

0 commit comments

Comments
 (0)