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