Skip to content

Commit

Permalink
Add lifecycle rule to ignore task-definition changes and regen readme (
Browse files Browse the repository at this point in the history
  • Loading branch information
sarkis authored Aug 7, 2018
1 parent 40a36ec commit c902ab1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,8 @@ resource "aws_ecs_service" "default" {
container_name = "${var.container_name}"
container_port = "${var.container_port}"
}

lifecycle {
ignore_changes = ["task_definition"]
}
}

0 comments on commit c902ab1

Please sign in to comment.