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

19 lines
402 B
HCL

project_id = "my-project"
region = "europe-west1"
name = "nlb-test"
backends = [{
group = "foo"
failover = false
}]
health_check_config = {
ssl = {
port = 6123
port_name = "ssl_port_name"
port_specification = "USE_FIXED_PORT"
proxy_header = "PROXY_V1"
request = "ssl_request"
response = "ssl_response"
}
}