mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update alb_listener_rule.html.markdown
fix typo
This commit is contained in:
parent
79f5e5388a
commit
3cfce54910
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user