Skip to content

Commit

Permalink
Add autoscaling group id to outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenAP committed Feb 1, 2019
1 parent 2f91278 commit 0f00789
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/autoscaling_group_with_alb/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ output "alb_zone_id" {
}
output "alb_tg_arn" {
value = "${aws_lb_target_group.asg_alb_tg.arn}"
}
}

output "asg_id" {
value = "${module.autoscaling_group.asg_id}"
}

0 comments on commit 0f00789

Please sign in to comment.