Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3 from wellcometrust/output-ecs_alb_id
Browse files Browse the repository at this point in the history
output the ecs_alb_id
  • Loading branch information
kenoir authored Oct 12, 2017
2 parents 67d8083 + 928d81c commit 8056015
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ecs_alb/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ output "cloudwatch_id" {
output "dns_name" {
value = "${aws_alb.ecs_service.dns_name}"
}

output "id" {
value = "${aws_alb.ecs_service.id}"
}

0 comments on commit 8056015

Please sign in to comment.