diff --git a/terraform-unity/ecs.tf b/terraform-unity/ecs.tf index 08774aa..8876348 100644 --- a/terraform-unity/ecs.tf +++ b/terraform-unity/ecs.tf @@ -72,7 +72,7 @@ resource "aws_ecs_task_definition" "httpd" { container_definitions = jsonencode([{ - name = "httpd" + name = "${var.project}-${var.venue}-httpd-task" image = "ghcr.io/unity-sds/unity-proxy/httpd-proxy:${var.httpd_proxy_version}" environment = [ {