Skip to content

Commit bfc5121

Browse files
committed
Propagate billing tags to tileserver tasks
1 parent c8d8abd commit bfc5121

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/ecs.tf

+1
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ resource "aws_ecs_service" "pg_tileserv" {
286286
# We run containers with the Fargate launch type. The other alternative is EC2, in which case we'd provision EC2
287287
# instances and attach them to the cluster.
288288
launch_type = "FARGATE"
289+
propagate_tags = "TASK_DEFINITION"
289290

290291
load_balancer {
291292
target_group_arn = aws_lb_target_group.tileserver.arn

0 commit comments

Comments
 (0)