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 5385caf commit 50ad93cCopy full SHA for 50ad93c
outputs.tf
@@ -10,7 +10,7 @@ output "alb_id" {
10
11
output "alb_listener_https_id" {
12
description = "The ID of the ALB Listener we created."
13
- value = "${aws_alb_listener.frontend_https.id"
+ value = "${aws_alb_listener.frontend_https.id}"
14
}
15
16
output "alb_zone_id" {
0 commit comments