Skip to content

Commit b9f095e

Browse files
author
Michal Bolek
committed
Adding outputs
1 parent 50ad93c commit b9f095e

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
@@ -13,6 +13,11 @@ output "alb_listener_https_id" {
1313
value = "${aws_alb_listener.frontend_https.id}"
1414
}
1515

16+
output "alb_listener_http_id" {
17+
description = "The ID of the ALB Listener we created."
18+
value = "${aws_alb_listener.frontend_http.id}"
19+
}
20+
1621
output "alb_zone_id" {
1722
description = "The zone_id of the ALB to assist with creating DNS records."
1823
value = "${aws_alb.main.zone_id}"

0 commit comments

Comments
 (0)