Skip to content

Commit 6e08fd7

Browse files
authored
fix: updated required IBM provider version constraint of fscloud submodule to >= 1.56.1, < 2.0.0 (#184)
1 parent 921abb8 commit 6e08fd7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/basic/version.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
ibm = {
55
source = "IBM-Cloud/ibm"
6-
version = "1.56.1"
6+
version = "= 1.56.1"
77
}
88
}
99
}

modules/fscloud/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Before you run the module, configure an authorization policy to allow the Event
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.56.1, < 2.0.0 |
1818

1919
### Modules
2020

modules/fscloud/version.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
# tflint-ignore: terraform_unused_required_providers
88
ibm = {
99
source = "IBM-Cloud/ibm"
10-
version = ">= 1.56.1"
10+
version = ">= 1.56.1, < 2.0.0"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)