ecs.tf 파일에 아래의 코드를 추가한다.
resource "aws_cloudwatch_log_group" "ecs_task_logs" { name = "${local.prefix}-api" tags = local.common_tags }