From 1cbabd0a413a3af04f45321687722df55d1cfb18 Mon Sep 17 00:00:00 2001 From: Fredrik Liv Date: Wed, 30 Oct 2024 15:57:26 +0100 Subject: [PATCH] Added docs for proxy protocol per LB backend --- contrib/terraform/upcloud/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/terraform/upcloud/README.md b/contrib/terraform/upcloud/README.md index eb1806d0dd0..768c33695ff 100644 --- a/contrib/terraform/upcloud/README.md +++ b/contrib/terraform/upcloud/README.md @@ -114,6 +114,7 @@ terraform destroy --var-file cluster-settings.tfvars \ * `port`: Port to load balance. * `target_port`: Port to the backend servers. * `backend_servers`: List of servers that traffic to the port should be forwarded to. + * `proxy_protocol`: If the loadbalancer should set up the backend using proxy protocol. * `router_enable`: If a router should be connected to the private network or not * `gateways`: Gateways that should be connected to the router, requires router_enable is set to true * `features`: List of features for the gateway