You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The balancing algorithm. * roundrobin (default) * leastconn
[optional]
ssl_redirect
Boolean
If `true`, this will redirect all HTTP traffic to HTTPS. You must have an HTTPS rule and SSL certificate installed on the load balancer to enable this option. * true * false
[optional]
http2
Boolean
If `true`, this will enable HTTP2 traffic. You must have an HTTPS forwarding rule combo (HTTPS -> HTTPS) to enable this option. * true * false
[optional]
nodes
Integer
The number of nodes to add to the load balancer (1-99), must be an odd number. This defaults to 1.
[optional]
proxy_protocol
Boolean
If `true`, you must configure backend nodes to accept Proxy protocol. * true * false (Default)