Skip to content

Commit

Permalink
upgrade aws provider to version 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
avrohomgottlieb committed Nov 22, 2024
1 parent 3deb708 commit 0508ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "-/aws"
version = ">= 4.9.0, < 5.0.0"
version = ">= 5.0.0, < 6.0.0"
}
}
required_version = "0.13.0"
Expand Down

0 comments on commit 0508ad7

Please sign in to comment.