Skip to content

Commit

Permalink
rmv pinned provider version
Browse files Browse the repository at this point in the history
  • Loading branch information
richgreen-moj committed Mar 25, 2024
1 parent 41fe81d commit ba4d149
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
aws = {
version = "5.38.0" #pinned temporarily due to rate limiting bug #6486
version = "~> 5.0"
source = "hashicorp/aws"
}
}
Expand Down

0 comments on commit ba4d149

Please sign in to comment.