Skip to content

Commit 50ad93c

Browse files
authored
Update outputs.tf
1 parent 5385caf commit 50ad93c

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
@@ -10,7 +10,7 @@ output "alb_id" {
1010

1111
output "alb_listener_https_id" {
1212
description = "The ID of the ALB Listener we created."
13-
value = "${aws_alb_listener.frontend_https.id"
13+
value = "${aws_alb_listener.frontend_https.id}"
1414
}
1515

1616
output "alb_zone_id" {

0 commit comments

Comments
 (0)