Skip to content

Commit c322d0b

Browse files
mbolekbrandonjbjelland
authored andcommitted
Alb name (#28)
* Adding new output for alb arn_suffix
1 parent 466204b commit c322d0b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ output "alb_dns_name" {
33
value = "${aws_alb.main.dns_name}"
44
}
55

6+
output "alb_arn_suffix" {
7+
description = "ARN suffix of our ALB - can be used with CloudWatch"
8+
value = "${aws_alb.main.arn_suffix}"
9+
}
10+
611
output "alb_id" {
712
description = "The ID of the ALB we created."
813
value = "${aws_alb.main.id}"

0 commit comments

Comments
 (0)