10 lines
245 B
Plaintext
10 lines
245 B
Plaintext
terraform {
|
|
backend "s3" {
|
|
encrypt = true
|
|
bucket = "tfstate-sandbox-hkex-5727"
|
|
dynamodb_table = "tflock-sandbox-HKEX-5727"
|
|
key = "network/terraform.tfstate"
|
|
region = "ap-southeast-1"
|
|
}
|
|
}
|