Skip to content

Commit

Permalink
bump requirement to AWS provider version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Apr 26, 2023
1 parent 491c9db commit 1da194c
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 = ">= 3.0"
version = ">= 4.0"
source = "hashicorp/aws"
}
}
Expand Down

0 comments on commit 1da194c

Please sign in to comment.