Skip to content

Commit c28eec9

Browse files
authored
Merge pull request #3 from unity-sds/425
name-space ecs httpd task using project/venue
2 parents 7ee5ec2 + f29ce95 commit c28eec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform-unity/ecs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ resource "aws_ecs_task_definition" "httpd" {
7272

7373

7474
container_definitions = jsonencode([{
75-
name = "httpd"
75+
name = "${var.project}-${var.venue}-httpd-task"
7676
image = "ghcr.io/unity-sds/unity-proxy/httpd-proxy:${var.httpd_proxy_version}"
7777
environment = [
7878
{

0 commit comments

Comments
 (0)