Skip to content

Commit 6cb3423

Browse files
Sh4d1jerome-quere
authored andcommitted
doc(lb): fix small typos (scaleway#335)
Signed-off-by: Patrik Cyvoct <[email protected]>
1 parent 35d84cd commit 6cb3423

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/r/lb_backend_beta.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following arguments are supported:
4747

4848
- `lb_id` - (Required) The load-balancer ID this backend is attached to.
4949
~> **Important:** Updates to `lb_id` will recreate the backend.
50-
- `forward_protocol` - (Required) Backend protocol. Possible values are: `TCP` or `HTTP`.
50+
- `forward_protocol` - (Required) Backend protocol. Possible values are: `tcp` or `http`.
5151
- `name` - (Optional) The name of the load-balancer backend.
5252
- `forward_port` - (Required) User sessions will be forwarded to this port of backend servers.
5353
- `forward_port_algorithm` - (Default: `roundrobin`) Load balancing algorithm. Possible values are: `roundrobin` and `leastconn`.

website/docs/r/lb_frontend_beta.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following arguments are supported:
3434
- `inbound_port` - (Required) TCP port to listen on the front side.
3535
- `name` - (Optional) The name of the load-balancer frontend.
3636
- `timeout_client` - (Optional) Maximum inactivity time on the client side. (e.g.: `1s`)
37-
- `certificate_id` - (Required) Certificate ID that should be used by the frontend.
37+
- `certificate_id` - (Optional) Certificate ID that should be used by the frontend.
3838

3939
## Attributes Reference
4040

0 commit comments

Comments
 (0)