Skip to content
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

[ELB] Make SSL passtrough documentation more verbose #1666

Merged
merged 1 commit into from Mar 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/resources/lb_listener_v2.md
Expand Up @@ -70,8 +70,11 @@ The following arguments are supported:
suites. The option is effective only in conjunction with `TERMINATED_HTTPS`.

* `transparent_client_ip_enable` - (Optional) Specifies whether to pass source IP addresses of the clients to
backend servers. The value can be true or false, and the default value is false for `TCP` and `UDP` listeners.
The value can only be true for `HTTP` and `HTTPS` listeners.
backend servers. The value is always `true` for `HTTP` and `HTTPS` listeners. For `TCP` and `UDP` listeners the
value can be `true` or `false` with `false` by default.

->
If the load balancer is a Dedicated Load Balancer, `transparent_client_ip_enable` is always `true`

* `admin_state_up` - (Optional) The administrative state of the Listener.
A valid value is `true` (UP) or `false` (DOWN).
Expand Down
5 changes: 5 additions & 0 deletions releasenotes/notes/elbv2-listener-doc-a8383f1c4666f6ac.yaml
@@ -0,0 +1,5 @@
---
other:
- |
**[ELB]** Clarify ``transparent_client_ip_enable`` argument description in documentation of
``resource/opentelekomcloud_lb_listener_v2`` (`#1666 <https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/pull/1666>`_)