diff --git a/backend.tf b/backend.tf index 6561ff4..17f4fd4 100644 --- a/backend.tf +++ b/backend.tf @@ -1,10 +1,10 @@ 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" - } + 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" + } } \ No newline at end of file