Skip to content

Commit 910d200

Browse files
committed
fix: lower strictness in AWS version constraint
1 parent 833e269 commit 910d200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform.tf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"required_providers": {
44
"aws": {
55
"source": "hashicorp/aws",
6-
"version": ">= 3.64.2"
6+
"version": ">= 3.6"
77
}
88
},
99
"required_version": ">= 1.0"

0 commit comments

Comments
 (0)