aws_lb_listener_rule doesn't allow blank query since 3.40.0 #19376
Labels
bug
Addresses a defect in current functionality.
regression
Pertains to a degraded workflow resulting from an upstream patch or internal enhancement.
service/elbv2
Issues and PRs that pertain to the elbv2 service.
Milestone
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform: 0.13.6
AWS provider: 3.40.0
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Expected Behavior
Terraform should validate this correctly as it did in provider versions prior to 3.40.0.
Actual Behavior
terraform validate
produced the following error:Steps to Reproduce
terraform validate
Important Factoids
It's necessary to specify a blank query parameter here to override the default value of
"#{query}"
which will preserve any query parameters in the original request. In this instance we don't want the redirect destination to include any parameters from the original request.References
This looks to have been introduced in #19285 - opening this issue as requested there.
The text was updated successfully, but these errors were encountered: