Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
feat: set tags
Browse files Browse the repository at this point in the history
  • Loading branch information
arein committed Jul 5, 2023
1 parent 423ab4e commit 80edca4
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 @@ -117,6 +117,7 @@ resource "aws_ecs_service" "app_service" {
task_definition = aws_ecs_task_definition.app_task_definition.arn
launch_type = "FARGATE"
desired_count = 1
propagate_tags = "TASK_DEFINITION"

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

0 comments on commit 80edca4

Please sign in to comment.