We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d1f112 + bc4765f commit a56f3c7Copy full SHA for a56f3c7
1 file changed
versions.tf
@@ -1,6 +1,10 @@
1
terraform {
2
+ required_version = ">= v0.13.7"
3
4
required_providers {
- aws = ">= 2.67.0"
5
+ aws = {
6
+ source = "hashicorp/aws"
7
+ version = ">= 2.67.0"
8
+ }
9
}
10
0 commit comments