Skip to content

Commit

Permalink
Merge pull request #3 from unity-sds/425
Browse files Browse the repository at this point in the history
name-space ecs httpd task using project/venue
  • Loading branch information
hargitayjpl authored Jul 2, 2024
2 parents 7ee5ec2 + f29ce95 commit c28eec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-unity/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
{
Expand Down

0 comments on commit c28eec9

Please sign in to comment.