Skip to content

Commit

Permalink
fix(terraform): downgrade aws provider version requirement to >=5.57.…
Browse files Browse the repository at this point in the history
…0 to ensure compatibility with existing infrastructure
  • Loading branch information
sachincool committed Oct 22, 2024
1 parent a4797ea commit 94f112d
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 @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">=5.63.0"
version = ">=5.57.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 94f112d

Please sign in to comment.