Skip to content

Commit

Permalink
Alb name (#28)
Browse files Browse the repository at this point in the history
* Adding new output for alb arn_suffix
  • Loading branch information
mbolek authored and brandonjbjelland committed Jan 12, 2018
1 parent 466204b commit c322d0b
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 @@ -3,6 +3,11 @@ output "alb_dns_name" {
value = "${aws_alb.main.dns_name}"
}

output "alb_arn_suffix" {
description = "ARN suffix of our ALB - can be used with CloudWatch"
value = "${aws_alb.main.arn_suffix}"
}

output "alb_id" {
description = "The ID of the ALB we created."
value = "${aws_alb.main.id}"
Expand Down

0 comments on commit c322d0b

Please sign in to comment.