diff --git a/outputs.tf b/outputs.tf index a3549dc..2dd2a97 100644 --- a/outputs.tf +++ b/outputs.tf @@ -35,3 +35,8 @@ output "service_name" { description = "The name of the service." value = "${aws_ecs_service.service.name}" } + +output "log_group_name" { + description = "The name of the Cloudwatch log group for the task." + value = "${aws_cloudwatch_log_group.main.name}" +}