We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1c922 commit 35866b6Copy full SHA for 35866b6
terraform.tf
@@ -0,0 +1,10 @@
1
+terraform {
2
+ required_version = ">= 1.0"
3
+
4
+ required_providers {
5
+ # tflint-ignore: terraform_required_providers
6
+ aws = {
7
+ source = "hashicorp/aws"
8
+ }
9
10
+}
0 commit comments