Skip to content

Commit 2d13504

Browse files
authored
fix: update fscloud submodule to require >= 1.56.1 of ibm provider (#366)
1 parent abffdcf commit 2d13504

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

modules/fscloud/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ module "cbr_fscloud" {
6868
| Name | Version |
6969
|------|---------|
7070
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0, <1.6.0 |
71-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.56.1 |
71+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >=1.56.1 |
7272

7373
### Modules
7474

@@ -83,7 +83,7 @@ module "cbr_fscloud" {
8383

8484
| Name | Type |
8585
|------|------|
86-
| [ibm_iam_account_settings.iam_account_settings](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.56.1/docs/data-sources/iam_account_settings) | data source |
86+
| [ibm_iam_account_settings.iam_account_settings](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/iam_account_settings) | data source |
8787

8888
### Inputs
8989

modules/fscloud/version.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
terraform {
22
required_version = ">= 1.3.0, <1.6.0"
33
required_providers {
4-
# Pin to the lowest provider version of the range defined in the main module's version.tf to ensure lowest version still works
54
ibm = {
65
source = "IBM-Cloud/ibm"
7-
version = "1.56.1"
6+
version = ">=1.56.1"
87
}
98
}
109
}

0 commit comments

Comments
 (0)