Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit be76b41

Browse files
iamar7Md Anam Raihan
andauthored
fix(deps): updated required provider constraints to not allow major version updates (#157)
Co-authored-by: Md Anam Raihan <[email protected]>
1 parent 7744826 commit be76b41

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
@@ -63,8 +63,8 @@ To attach access management tags to resources in this module, you need the follo
6363
| Name | Version |
6464
|------|---------|
6565
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0, <1.6.0 |
66-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.61.0, <2.0.0 |
67-
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.9.1 |
66+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.61.0, < 2.0.0 |
67+
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.9.1, < 1.0.0 |
6868

6969
### Modules
7070

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.61.0, <2.0.0"
7+
version = ">= 1.61.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)