NEW: more samples

This commit is contained in:
xpk
2020-10-07 09:15:05 +08:00
parent deb31cd525
commit 5361a040c1
9 changed files with 124 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
terraform {
backend "s3" {
encrypt = true
bucket = "tfstate-sandbox-hkex-5727"
dynamodb_table = "tflock-sandbox-HKEX-5727"
key = "network/terraform.tfstate"
region = "ap-southeast-1"
}
}