format backend.tf
This commit is contained in:
16
backend.tf
16
backend.tf
@@ -1,10 +1,10 @@
|
|||||||
terraform {
|
terraform {
|
||||||
backend "s3" {
|
backend "s3" {
|
||||||
bucket = "thomasklein-global-states"
|
bucket = "thomasklein-global-states"
|
||||||
key = "envs/lawndale/k8s/main"
|
key = "envs/lawndale/k8s/main"
|
||||||
region = "eu-central-1"
|
region = "eu-central-1"
|
||||||
encrypt = true
|
encrypt = true
|
||||||
kms_key_id = "a767a3ce-c505-44c0-9f93-6f53678c69c7"
|
kms_key_id = "a767a3ce-c505-44c0-9f93-6f53678c69c7"
|
||||||
dynamodb_table = "thomasklein-global-state-locks"
|
dynamodb_table = "thomasklein-global-state-locks"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user