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 466204b commit c322d0bCopy full SHA for c322d0b
outputs.tf
@@ -3,6 +3,11 @@ output "alb_dns_name" {
3
value = "${aws_alb.main.dns_name}"
4
}
5
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
+
11
output "alb_id" {
12
description = "The ID of the ALB we created."
13
value = "${aws_alb.main.id}"
0 commit comments