Skip to content

Commit da75636

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ To attach access management tags to resources in this module, you need the follo
101101
| Name | Version |
102102
|------|---------|
103103
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0, <1.6.0 |
104-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.59.0 |
105-
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.9.1 |
104+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.59.0, < 2.0.0 |
105+
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.9.1, < 1.0.0 |
106106

107107
### Modules
108108

version.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ terraform {
44
# Use "greater than or equal to" range in modules
55
ibm = {
66
source = "IBM-Cloud/ibm"
7-
version = ">= 1.59.0"
7+
version = ">= 1.59.0, < 2.0.0"
88
}
99
time = {
1010
source = "hashicorp/time"
11-
version = ">= 0.9.1"
11+
version = ">= 0.9.1, < 1.0.0"
1212
}
1313
}
1414
}

0 commit comments

Comments
 (0)