Skip to content

Commit

Permalink
allowing newer aws provider version (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
new23d authored Feb 7, 2023
1 parent b31e664 commit bc316d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discriminat.tf
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "> 3, < 4"
version = "> 3, < 5"
}
}
}
Expand Down

0 comments on commit bc316d2

Please sign in to comment.