Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
amlanc1 authored Jan 12, 2025
1 parent fdc52b3 commit 52357f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/cloud/modules/ECS/TaskDefinition/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resource "aws_ecs_task_definition" "ecs_td" {
lifecycle {
# Since the dummy-image will be replaced when the GHA pipeline runs,
# the whole container_definition edits has been ignored.
ignore_changes = [container_definitions]
ignore_changes = [container_definitions[0].image]
}

container_definitions = jsonencode([
Expand Down

0 comments on commit 52357f3

Please sign in to comment.