NEW: use s3 and dynamo for state

This commit is contained in:
xpk
2020-08-10 15:37:33 +08:00
parent 599ccb2328
commit 6ed7506305
+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"
}
}