NEW: first commit
This commit is contained in:
@@ -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"
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user