NEW: first commit

This commit is contained in:
xpk
2020-08-02 19:08:53 +08:00
commit 50cb3acfbc
14 changed files with 249 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# terraform.tfvars example
```
aws_access_key = "..."
aws_secret_key = "..."
aws_region = "ap-east-1"
default-tags = {
"owner" = "KF"
"terraform" = "initial-deployment-only"
"environment" = "demo"
"project" = "project1"
"application" = "network"
}
```