From 3cfce549104a9a312776fcf907a30ab0232cc18a Mon Sep 17 00:00:00 2001 From: Clint Date: Fri, 26 Aug 2016 09:40:36 -0500 Subject: [PATCH] Update alb_listener_rule.html.markdown fix typo --- .../source/docs/providers/aws/r/alb_listener_rule.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/alb_listener_rule.html.markdown b/website/source/docs/providers/aws/r/alb_listener_rule.html.markdown index 84054ad3c..7ec6c195d 100644 --- a/website/source/docs/providers/aws/r/alb_listener_rule.html.markdown +++ b/website/source/docs/providers/aws/r/alb_listener_rule.html.markdown @@ -23,7 +23,7 @@ resource "aws_alb_listener" "front_end" { } resource "aws_alb_listener_rule" "static" { - listener_arn = "${aws_alb_listener.front_end.arn} + listener_arn = "${aws_alb_listener.front_end.arn}" priority = 100 action {