Skip to content

Commit 35866b6

Browse files
committed
chore: adding an terraform tf file
1 parent ab1c922 commit 35866b6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

terraform.tf

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)