From f29ce951c2cd571309b6df8f4e2a43101f35134c Mon Sep 17 00:00:00 2001 From: hargitay Date: Tue, 2 Jul 2024 13:58:36 -0700 Subject: [PATCH] name-space ecs httpd task using project/venue --- terraform-unity/ecs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [ {