-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multiple aws_lb_listener_rule condition values #8266
Comments
Just ran into the same issue for source-ip, weird that values is an array but then the documentation says a maximum of 1 can be defined. |
Ran into same issue (with different exception) have the same terraform version as @tolleiv (v0.11.13)
and got the following exception:
i saw on aws documentation the usage of |
|
Thx @pyranja - I'll close this one then. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Terraform Version
v0.11.13
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Terraform should create a listener rule with a source-ip condition containing the two values.
Actual Behavior
Steps to Reproduce
terraform validate
References
This behaviour was introduced within hashicorp/terraform#12983 but the assumption made back then is only true for some of the various condition types. Others (like the source-ip) support multiple values.
Official documentation:
The text was updated successfully, but these errors were encountered: