Skip to content

Commit be1e3c3

Browse files
committed
chore(terraform): relax AWS provider version constraint to allow for updates and compatibility with newer versions
1 parent c7a71d0 commit be1e3c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
aws = {
55
source = "hashicorp/aws"
6-
version = "5.61.0"
6+
version = ">= 5.57.0"
77
}
88
}
9-
}
9+
}

0 commit comments

Comments
 (0)