NEW: readme

This commit is contained in:
xpk 2020-08-02 18:23:23 +08:00
parent fb9390f355
commit 62c61305da
Signed by: xpk
GPG Key ID: CD4FF6793F09AB86

View File

@ -0,0 +1,11 @@
# 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"
}