Skip to content

Commit ccef511

Browse files
shemauSteve Peggs
andauthored
fix: updated required ibm provider version to >= 1.51.0, <2.0.0 (#141)
Co-authored-by: Steve Peggs <[email protected]>
1 parent db0258a commit ccef511

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ You need the following permissions to run this module.
156156
| Name | Version |
157157
|------|---------|
158158
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0, <1.7.0 |
159-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.51.0 |
159+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.51.0, <2.0.0 |
160160

161161
### Modules
162162

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.51.0"
7+
version = ">= 1.51.0, <2.0.0"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)