Skip to content

Commit

Permalink
commenting out create before destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Charette committed May 1, 2017
1 parent b652d20 commit c49797b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tf_ecs_default_service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ resource "aws_ecs_service" "svc" {
field = "instanceId"
}

/* enabling this breaks teardown/rebuild
lifecycle {
create_before_destroy = true
}
*/
}

data "template_file" "task_definition" {
Expand Down

0 comments on commit c49797b

Please sign in to comment.