Skip to content

Commit

Permalink
feat: propagate tags to ECS tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
arein committed Jul 5, 2023
1 parent 3342bdd commit 4087c5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ resource "aws_ecs_service" "app_service" {
task_definition = aws_ecs_task_definition.app_task_definition.arn
launch_type = "FARGATE"
desired_count = 2
propagate_tags = "TASK_DEFINITION"

# Wait for the service deployment to succeed
wait_for_steady_state = true
Expand Down

0 comments on commit 4087c5f

Please sign in to comment.