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 authored Feb 15, 2024
1 parent 7180920 commit 37ff2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs-task-definition.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ resource "aws_ecs_task_definition" "default" {
}

lifecycle {
ignore_changes [
ignore_changes = [
container_definitions
]
}
Expand Down

0 comments on commit 37ff2bf

Please sign in to comment.