Update Load Balancer Service
hetzner_update_lb_serviceUpdate an existing service on a Hetzner load balancer by specifying protocol, listen port, destination port, and optional settings like health checks, HTTP config, or proxy protocol.
Instructions
Update an existing service on a load balancer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource ID | |
| http | No | HTTP-specific service settings | |
| protocol | Yes | Service protocol: tcp, http, or https | |
| listen_port | Yes | Port the load balancer listens on | |
| health_check | No | Health check configuration | |
| proxyprotocol | No | Enable PROXY protocol | |
| destination_port | Yes | Port traffic is forwarded to |