Skip to content

Commit

Permalink
Add propagate tags (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaiPrasannaGopularam authored Dec 14, 2023
1 parent ff40f64 commit d05f345
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ resource "aws_ecs_service" "service" {
aws_iam_role.service,
]

tags = local.default_tags
propagate_tags = "SERVICE"
tags = local.default_tags
}

resource "aws_cloudwatch_log_group" "task" {
Expand Down

0 comments on commit d05f345

Please sign in to comment.