Skip to content

Commit

Permalink
Fix TG ARN output
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenAP committed Jan 7, 2019
1 parent 9ab0a06 commit 42e956f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/autoscaling_group_with_alb/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ output "alb_zone_id" {
value = "${aws_lb.asg_alb.zone_id}"
}
output "alb_tg_arn" {
value = "${aws_lb.asg_alb.arn}"
value = "${aws_lb_target_group.asg_alb_tg.arn}"
}

0 comments on commit 42e956f

Please sign in to comment.