Make proxy protocol in upcloud LB configurable (#10971)
This commit is contained in:
@ -521,6 +521,9 @@ resource "upcloud_loadbalancer_backend" "lb_backend" {
|
||||
|
||||
loadbalancer = upcloud_loadbalancer.lb[0].id
|
||||
name = "lb-backend-${each.key}"
|
||||
properties {
|
||||
outbound_proxy_protocol = var.loadbalancer_outbound_proxy_protocol
|
||||
}
|
||||
}
|
||||
|
||||
resource "upcloud_loadbalancer_frontend" "lb_frontend" {
|
||||
|
Reference in New Issue
Block a user