Skip to content

Commit e139770

Browse files
authored
feat: Add tags to aws_ecs_service resource (#136)
1 parent 6e5dc72 commit e139770

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.tf

+2
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,8 @@ resource "aws_ecs_service" "atlantis" {
550550
container_port = var.atlantis_port
551551
target_group_arn = element(module.alb.target_group_arns, 0)
552552
}
553+
554+
tags = local.tags
553555
}
554556

555557
###################

0 commit comments

Comments
 (0)