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 dea191d commit 624d34bCopy full SHA for 624d34b
outputs.tf
@@ -18,7 +18,7 @@ output "https_listener_arns" {
18
value = "${slice(concat(aws_lb_listener.frontend_https.*.arn, list("")), 0, var.https_listeners_count)}"
19
}
20
21
-output "https_listner_ids" {
+output "https_listener_ids" {
22
description = "The ID of the load balancer listeners created."
23
value = "${slice(concat(aws_lb_listener.frontend_https.*.id, list("")), 0, var.https_listeners_count)}"
24
0 commit comments