Update alb_listener_rule.html.markdown

fix typo
This commit is contained in:
Clint 2016-08-26 09:40:36 -05:00 committed by GitHub
parent 79f5e5388a
commit 3cfce54910
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ resource "aws_alb_listener" "front_end" {
} }
resource "aws_alb_listener_rule" "static" { resource "aws_alb_listener_rule" "static" {
listener_arn = "${aws_alb_listener.front_end.arn} listener_arn = "${aws_alb_listener.front_end.arn}"
priority = 100 priority = 100
action { action {