Skip to content

Commit fa32814

Browse files
iamar7Md Anam Raihan
andauthored
fix: updated required provider version constraints to prevent major version updates (#542)
Co-authored-by: Md Anam Raihan <[email protected]>
1 parent cb3c5ef commit fa32814

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
@@ -64,7 +64,7 @@ You need the following permissions to run this module.
6464
| Name | Version |
6565
|------|---------|
6666
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.0, <1.6.0 |
67-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.49.0 |
67+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.49.0, < 2.0.0 |
6868

6969
### Modules
7070

version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
ibm = {
55
source = "IBM-Cloud/ibm"
66
# Use "greater than or equal to" range in modules
7-
version = ">= 1.49.0"
7+
version = ">= 1.49.0, < 2.0.0"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)