20 lines
497 B
HCL
20 lines
497 B
HCL
project_id = "my-project"
|
|
region = "europe-west1"
|
|
name = "nlb-test"
|
|
backends = [{
|
|
group = "foo"
|
|
failover = false
|
|
}]
|
|
|
|
health_check_config = {
|
|
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"
|
|
}
|
|
}
|