Skip to content

Commit bd54f7d

Browse files
Oliver SchoenbornOliver Schoenborn
authored andcommitted
Format template compliant with terraform fmt
1 parent 99ea899 commit bd54f7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ resource "local_file" "this_backend" {
55
content = <<EOF
66
terraform {
77
backend "s3" {
8-
bucket = "${aws_s3_bucket.tfstate_backends.id}"
9-
region = "us-east-1"
8+
bucket = "${aws_s3_bucket.tfstate_backends.id}"
9+
region = "us-east-1"
1010
encrypt = true
1111
1212
dynamodb_table = "${aws_dynamodb_table.backend_locks.id}"
13-
key = "${var.manager_s3_key_prefix}/terraform.tfstate"
13+
key = "${var.manager_s3_key_prefix}/terraform.tfstate"
1414
}
1515
}
1616
EOF

0 commit comments

Comments
 (0)