22 lines
326 B
HCL
22 lines
326 B
HCL
backend_service_configs = {
|
|
default = {
|
|
backends = [{
|
|
group = "custom"
|
|
}]
|
|
}
|
|
}
|
|
neg_configs = {
|
|
custom = {
|
|
gce = {
|
|
zone = "europe-west1-b"
|
|
endpoints = {
|
|
e-0 = {
|
|
ip_address = "10.0.0.10"
|
|
instance = "test-1"
|
|
port = 80
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|