From a4ce62b86753e1456f4a3d14556afbf1d9dc4ec0 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Fri, 15 Mar 2024 10:44:53 -0700 Subject: [PATCH] chore: add comment --- terraform/ecs/cluster.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/ecs/cluster.tf b/terraform/ecs/cluster.tf index e734e4e..17c69db 100644 --- a/terraform/ecs/cluster.tf +++ b/terraform/ecs/cluster.tf @@ -95,6 +95,7 @@ resource "aws_ecs_task_definition" "app_task" { containerPort = var.port, hostPort = var.port } + # TODO do we not need otel_port here like we do in Notify Server? ], logConfiguration : {