Skip to content

Commit

Permalink
*laughs in french*
Browse files Browse the repository at this point in the history
  • Loading branch information
sblack4 committed Feb 18, 2022
1 parent b7b761b commit 3ebfb94
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 @@ -104,6 +104,10 @@ resource "aws_ecs_task_definition" "this" {
requires_compatibilities = [var.launch_type]
tags = var.tags
task_role_arn = aws_iam_role.ecs_task.arn

lifecycle {
ignore_changes = [container_definitions]
}
}

resource "aws_ecs_service" "this" {
Expand Down

0 comments on commit 3ebfb94

Please sign in to comment.