Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
ecs-cluster: remove redundant lifecycle from template_file
Browse files Browse the repository at this point in the history
  • Loading branch information
yields committed Oct 9, 2016
1 parent 1c68f62 commit 2bcbf45
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ecs-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,6 @@ data "template_file" "cloud_config" {
docker_auth_type = "${var.docker_auth_type}"
docker_auth_data = "${var.docker_auth_data}"
}

lifecycle {
create_before_destroy = true
}
}

resource "aws_launch_configuration" "main" {
Expand Down

0 comments on commit 2bcbf45

Please sign in to comment.