10 lines
313 B
HCL
10 lines
313 B
HCL
terraform {
|
|
backend "s3" {
|
|
bucket = "thomasklein-global-states"
|
|
key = "envs/lawndale/k8s/main"
|
|
region = "eu-central-1"
|
|
encrypt = true
|
|
kms_key_id = "a767a3ce-c505-44c0-9f93-6f53678c69c7"
|
|
dynamodb_table = "thomasklein-global-state-locks"
|
|
}
|
|
} |