Skip to content

Commit

Permalink
remove the ignore of capacity provider strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
keirbadger committed Apr 4, 2024
1 parent 28d04e9 commit 373eeec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ resource "aws_ecs_service" "service_no_loadbalancer" {
}
lifecycle {
ignore_changes = [
capacity_provider_strategy,
ordered_placement_strategy,
]
}
Expand Down

0 comments on commit 373eeec

Please sign in to comment.