Skip to content

Commit

Permalink
Merge pull request #18 from DNXLabs/fix/lifecyle_task_def
Browse files Browse the repository at this point in the history
include lifecycle
  • Loading branch information
brunodasilvalenga authored Mar 13, 2023
2 parents 2ea0a9d + eebf813 commit 063c99c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ecs-task-definition.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,8 @@ resource "aws_ecs_task_definition" "default" {
}
]
EOT

lifecycle {
ignore_changes = [container_definitions]
}
}

0 comments on commit 063c99c

Please sign in to comment.