Skip to content

Commit 08b99aa

Browse files
committed
Fixing version constraint as suggested.
1 parent cf4c3ea commit 08b99aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ terraform {
22
required_version = ">= 0.12.6, < 0.14"
33

44
required_providers {
5-
aws = "~> 3.0"
5+
aws = ">= 2.57"
66
}
77
}

0 commit comments

Comments
 (0)