Skip to content

Commit

Permalink
Format template compliant with terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Schoenborn authored and Oliver Schoenborn committed May 3, 2021
1 parent 99ea899 commit bd54f7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ resource "local_file" "this_backend" {
content = <<EOF
terraform {
backend "s3" {
bucket = "${aws_s3_bucket.tfstate_backends.id}"
region = "us-east-1"
bucket = "${aws_s3_bucket.tfstate_backends.id}"
region = "us-east-1"
encrypt = true
dynamodb_table = "${aws_dynamodb_table.backend_locks.id}"
key = "${var.manager_s3_key_prefix}/terraform.tfstate"
key = "${var.manager_s3_key_prefix}/terraform.tfstate"
}
}
EOF
Expand Down

0 comments on commit bd54f7d

Please sign in to comment.