From 928d81c9de5660363890dc0595422092429c540c Mon Sep 17 00:00:00 2001 From: James Gorrie Date: Thu, 12 Oct 2017 12:24:08 +0100 Subject: [PATCH] output the ecs_alb_id --- ecs_alb/outputs.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ecs_alb/outputs.tf b/ecs_alb/outputs.tf index 5cf2748..dcc9a76 100644 --- a/ecs_alb/outputs.tf +++ b/ecs_alb/outputs.tf @@ -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}" +}