Skip to content

Commit

Permalink
updated all upper bound provider version to < 6.0.0 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachreborn authored Aug 21, 2023
1 parent 4ee1c64 commit e15cf09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/instance-type/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.75.1, < 5.0.0"
version = ">= 3.75.1, < 6.0.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/request-quota-increase/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- No breaking changes, safe to bump

### Description
- Restrict AWS provider version `>= 3.75.1, < 5.0.0`
- Restrict AWS provider version `>= 3.75.1, < 6.0.0`

### Related Links
- https://github.com/gruntwork-io/terraform-aws-utilities/pull/80
Expand Down
2 changes: 1 addition & 1 deletion modules/request-quota-increase/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.75.1, < 5.0.0"
version = ">= 3.75.1, < 6.0.0"
}
}
}
Expand Down

0 comments on commit e15cf09

Please sign in to comment.