Skip to content

Commit

Permalink
fix: updated required provider version constraints to prevent major v…
Browse files Browse the repository at this point in the history
…ersion updates (#463)

Co-authored-by: Md Anam Raihan <[email protected]>
  • Loading branch information
iamar7 and Md Anam Raihan authored Feb 19, 2024
1 parent 6bd5f57 commit f49c9d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module "tg_gateway_connection" {
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.0, <1.6.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.52.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.52.0, < 2.0.0 |

### Modules

Expand Down
2 changes: 1 addition & 1 deletion modules/terraform-ibm-transit-gateway-action/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module "tg_gateway_connection_crossaccounts_approve" {
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.0, <1.6.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.52.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.52.0, < 2.0.0 |

### Modules

Expand Down
2 changes: 1 addition & 1 deletion modules/terraform-ibm-transit-gateway-action/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
# Use "greater than or equal to" range in modules
ibm = {
source = "IBM-Cloud/ibm"
version = ">= 1.52.0"
version = ">= 1.52.0, < 2.0.0"
}
}
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
# Use "greater than or equal to" range in modules
ibm = {
source = "IBM-Cloud/ibm"
version = ">= 1.52.0"
version = ">= 1.52.0, < 2.0.0"
}
}
}

0 comments on commit f49c9d5

Please sign in to comment.