Skip to content

Commit

Permalink
Update ecs-task-definition.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
caiovfernandes committed Feb 15, 2024
1 parent 35b4310 commit 05cadeb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ecs-task-definition.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,10 @@ resource "aws_ecs_task_definition" "default" {
}
}
}

lifecycle {
ignore_changes [
container_definitions
]
}
}

0 comments on commit 05cadeb

Please sign in to comment.