NEW: use s3 and dynamo for state
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user