We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d8abd commit bfc5121Copy full SHA for bfc5121
infra/ecs.tf
@@ -286,6 +286,7 @@ resource "aws_ecs_service" "pg_tileserv" {
286
# We run containers with the Fargate launch type. The other alternative is EC2, in which case we'd provision EC2
287
# instances and attach them to the cluster.
288
launch_type = "FARGATE"
289
+ propagate_tags = "TASK_DEFINITION"
290
291
load_balancer {
292
target_group_arn = aws_lb_target_group.tileserver.arn
0 commit comments