NEW: code revised

This commit is contained in:
xpk
2020-08-17 12:24:15 +08:00
parent c6928fff02
commit 15ff974790
7 changed files with 141 additions and 17 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
terraform {
backend "s3" {
encrypt = true
bucket = "tfstate-sandbox-hkex-5727"
encrypt = true
bucket = "tfstate-sandbox-hkex-5727"
dynamodb_table = "tflock-sandbox-HKEX-5727"
key = "network/terraform.tfstate"
region = "ap-southeast-1"
key = "network/terraform.tfstate"
region = "ap-southeast-1"
}
}