Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Mar 15, 2024
1 parent 212bfe1 commit a4ce62b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/ecs/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 : {
Expand Down

0 comments on commit a4ce62b

Please sign in to comment.