Skip to content

Commit

Permalink
enable service tags propogation to tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatovich-artem committed Oct 23, 2023
1 parent 41eec3d commit 9de576d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ecs-cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ resource "aws_ecs_service" "this" {

enable_execute_command = var.enable_execute_command

propagate_tags = "SERVICE"

lifecycle {
ignore_changes = [desired_count]
}
Expand Down

0 comments on commit 9de576d

Please sign in to comment.