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

16 lines
448 B
HCL

name = "hc-test-0"
project_id = "my-project"
health_check_configs = {
http = {
http = {
host = "http_host"
port = 2123
port_name = "http_port_name"
port_specification = "USE_FIXED_PORT" # USE_FIXED_PORT USE_NAMED_PORT USE_SERVING_PORT
proxy_header = "PROXY_V1"
request_path = "http_request_path"
response = "http_response"
}
}
}