Skip to content

Commit

Permalink
#82 format
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Oct 4, 2024
1 parent 3e87c7d commit 564b2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/ecs_service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ resource "aws_ecs_service" "service" {
type = "CODE_DEPLOY"
}
lifecycle {
ignore_changes = [ load_balancer, task_definition ]
ignore_changes = [load_balancer, task_definition]
}
}

0 comments on commit 564b2b3

Please sign in to comment.