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

Commit 0e234d7

Browse files
authored
fix: update fscloud submodule required ibm provider version to >= 1.61.0, <2.0.0 (#102)
1 parent a6d1eb2 commit 0e234d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.6.0 |
17-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.56.1 |
17+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.61.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.56.1"
11+
version = ">= 1.61.0, <2.0.0"
1212
}
1313
}
1414
}

0 commit comments

Comments
 (0)