Skip to content

Commit

Permalink
Constrain AWS provider to only use version 4.x
Browse files Browse the repository at this point in the history
Co-authored-by: forevermatt <[email protected]>
  • Loading branch information
briskt and forevermatt authored May 15, 2023
1 parent 271e7a9 commit e3dc1c9
Showing 1 changed file with 1 addition and 1 deletion.
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 {

required_providers {
aws = {
version = ">= 4.0"
version = ">= 4.0, < 5"
source = "hashicorp/aws"
}
}
Expand Down

0 comments on commit e3dc1c9

Please sign in to comment.