hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.83k stars 9.17k forks source link

[Docs]: Missing AWS Target group attribute #40053

Open samh241 opened 2 hours ago

samh241 commented 2 hours ago

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.

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.

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

github-actions[bot] commented 2 hours ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue