Files
hunfabric/tests/modules/net_lb_proxy_int/health-checks-tcp.tfvars
2025-11-26 15:20:08 +01:00

11 lines
268 B
HCL

health_check_config = {
tcp = {
port = 5123
port_name = "tcp_port_name"
port_specification = "USE_FIXED_PORT"
proxy_header = "PROXY_V1"
request = "tcp_request"
response = "tcp_response"
}
}