Skip to content

Commit

Permalink
Merge pull request #9 from c19/master
Browse files Browse the repository at this point in the history
output log group name
  • Loading branch information
mikael-lindstrom authored May 6, 2019
2 parents be064f6 + 351b0ce commit 6e4fae9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}

0 comments on commit 6e4fae9

Please sign in to comment.