Skip to content

Commit 3cfce54

Browse files
authored
Update alb_listener_rule.html.markdown
fix typo
1 parent 79f5e53 commit 3cfce54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/source/docs/providers/aws/r/alb_listener_rule.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ resource "aws_alb_listener" "front_end" {
2323
}
2424
2525
resource "aws_alb_listener_rule" "static" {
26-
listener_arn = "${aws_alb_listener.front_end.arn}
26+
listener_arn = "${aws_alb_listener.front_end.arn}"
2727
priority = 100
2828
2929
action {

0 commit comments

Comments
 (0)