File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ The following arguments are supported:
47
47
48
48
- ` lb_id ` - (Required) The load-balancer ID this backend is attached to.
49
49
~ > ** 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 ` .
51
51
- ` name ` - (Optional) The name of the load-balancer backend.
52
52
- ` forward_port ` - (Required) User sessions will be forwarded to this port of backend servers.
53
53
- ` forward_port_algorithm ` - (Default: ` roundrobin ` ) Load balancing algorithm. Possible values are: ` roundrobin ` and ` leastconn ` .
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ The following arguments are supported:
34
34
- ` inbound_port ` - (Required) TCP port to listen on the front side.
35
35
- ` name ` - (Optional) The name of the load-balancer frontend.
36
36
- ` 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.
38
38
39
39
## Attributes Reference
40
40
You can’t perform that action at this time.
0 commit comments