We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b26bf commit 46bd6b5Copy full SHA for 46bd6b5
outputs.tf
@@ -32,3 +32,8 @@ output "target_group_arn" {
32
description = "ARN of the target group. Useful for passing to your Auto Scaling group module."
33
value = "${aws_alb_target_group.target_group.arn}"
34
}
35
+
36
+output "alb_arn" {
37
+ description = "ARN of the ALB itself. Useful for debug output, for example when attaching a WAF."
38
+ value = "${aws_alb.main.arn}"
39
+}
0 commit comments