Open sonalkr132 opened 4 years ago
I am getting following exception:
Error: Unsupported block type on file.tf line 87, in resource "aws_lb_listener_rule" "name": 87: path_pattern { Blocks of type "path_pattern" are not expected here.
doc says path_pattern as well. In plan I see path-pattern being used.
path-pattern
Following works:
condition { field = "path-pattern" values = ["/urlpath/*"] }
again taken from terrafrom plan.
I am getting following exception:
doc says path_pattern as well. In plan I see
path-pattern
being used.