There is a missing attribute of preserve_client_ip in the documentation.
preserve_client_ip - (Optional) - Preserves the client's IP address - The value is true or false and the default is false.
The default is disabled if the target group type is IP address and the target group protocol is TCP or TLS. Otherwise, the default is enabled. Client IP preservation can't be disabled for UDP and TCP_UDP target groups.
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Documentation Link
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_target_group_attachment
Description
There is a missing attribute of
preserve_client_ip
in the documentation.References
PR the attribute was added AWS documentation - Network Load Balancers - section 'Target group attributes' mentions preserve_client_ip.enabled attribute AWS documentation - Network Load Balancers - section 'Client IP preservation' describes the effect of the attribute
Would you like to implement a fix?
No