Skip to content

Commit 624d34b

Browse files
yyolkbrandonjbjelland
authored andcommitted
listner » listener (fix typo on outputs.tf) (#51)
1 parent dea191d commit 624d34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ output "https_listener_arns" {
1818
value = "${slice(concat(aws_lb_listener.frontend_https.*.arn, list("")), 0, var.https_listeners_count)}"
1919
}
2020

21-
output "https_listner_ids" {
21+
output "https_listener_ids" {
2222
description = "The ID of the load balancer listeners created."
2323
value = "${slice(concat(aws_lb_listener.frontend_https.*.id, list("")), 0, var.https_listeners_count)}"
2424
}

0 commit comments

Comments
 (0)