parent
79f5e5388a
commit
3cfce54910
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue