We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609343f commit b7dd2fbCopy full SHA for b7dd2fb
versions.tf
@@ -1,4 +1,7 @@
1
2
terraform {
3
required_version = ">= 0.12"
4
+ required_providers {
5
+ aws = ">=2.30.0"
6
+ }
7
}
0 commit comments