Skip to content

Commit

Permalink
#82 added lifecycle block to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Oct 4, 2024
1 parent fa1e73b commit 3e87c7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/ecs_service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ resource "aws_ecs_service" "service" {
deployment_controller {
type = "CODE_DEPLOY"
}
lifecycle {
ignore_changes = [ load_balancer, task_definition ]
}
}

0 comments on commit 3e87c7d

Please sign in to comment.