diff --git a/ecs-cluster.tf b/ecs-cluster.tf index eb3f01d..b175bbb 100644 --- a/ecs-cluster.tf +++ b/ecs-cluster.tf @@ -76,6 +76,8 @@ resource "aws_ecs_service" "this" { enable_execute_command = var.enable_execute_command + propagate_tags = "SERVICE" + lifecycle { ignore_changes = [desired_count] }