Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit 4a09bbc

Browse files
akocbekakocbekIBM
andauthored
feat: update required ibm provider version to >= 1.56.1 (#56)
Co-authored-by: [email protected] <[email protected]>
1 parent 2717b39 commit 4a09bbc

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To attach access management tags to resources in this module, you need the follo
5858
| Name | Version |
5959
|------|---------|
6060
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
61-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.54.0, < 2.0.0 |
61+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.56.1, < 2.0.0 |
6262
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.9.1 |
6363

6464
### Modules

examples/backup/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.54.0"
7+
version = ">= 1.56.1"
88
}
99
}
1010
}

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.54.0"
7+
version = "1.56.1"
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
# 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.54.0"
7+
version = ">= 1.56.1"
88
}
99
time = {
1010
source = "hashicorp/time"

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.54.0"
7+
version = ">= 1.56.1"
88
}
99
}
1010
}

examples/pitr/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.54.0"
7+
version = ">= 1.56.1"
88
}
99
}
1010
}

module-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@
453453
"ibm": {
454454
"source": "IBM-Cloud/ibm",
455455
"version_constraints": [
456-
"\u003e= 1.54.0, \u003c 2.0.0"
456+
"\u003e= 1.56.1, \u003c 2.0.0"
457457
]
458458
},
459459
"time": {

profiles/fscloud/README.md

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

2121
### Modules
2222

profiles/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.54.0"
11+
version = ">= 1.56.1"
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
# Use "greater than or equal to" range in modules
55
ibm = {
66
source = "IBM-Cloud/ibm"
7-
version = ">= 1.54.0, < 2.0.0"
7+
version = ">= 1.56.1, < 2.0.0"
88
}
99
time = {
1010
source = "hashicorp/time"

0 commit comments

Comments
 (0)