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

Fix LB protocol to pool protocol mapping description #754

Merged
merged 1 commit into from
Dec 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/resources/lb_pool_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ The following arguments are supported:

-> **Note:** When a pool is added to a specific listener, the relationships between the load balancer protocol
and the pool protocol are as follows.
* When the load balancer protocol is `UDP`, the pool protocol must be `UDP`.
* When the load balancer protocol is `TCP`, the pool protocol must be `TCP`.
* When the load balancer protocol is `HTTP` or `TERMINATED_HTTPS`, the pool protocol must be `HTTP`.
When the load balancer protocol is `UDP`, the pool protocol must be `UDP`.
When the load balancer protocol is `TCP`, the pool protocol must be `TCP`.
When the load balancer protocol is `HTTP` or `TERMINATED_HTTPS`, the pool protocol must be `HTTP`.

* `loadbalancer_id` - (Optional) The load balancer on which to provision this
pool. Changing this creates a new pool.
Expand Down