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 {