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

12 lines
368 B
HCL

health_check_config = {
https = {
host = "https_host"
port = 4123
port_name = "https_port_name"
port_specification = "USE_FIXED_PORT" # USE_FIXED_PORT USE_NAMED_PORT USE_SERVING_PORT
proxy_header = "PROXY_V1"
request_path = "https_request_path"
response = "https_response"
}
}