cloud-foundation-fabric/tests/modules/net_ilb_l7/fixture/test.health-checks-external...

11 lines
239 B
HCL

backend_service_configs = {
default = {
backends = [{
group = "projects/myprj/zones/europe-west1-a/instanceGroups/my-ig"
}]
health_checks = ["projects/myprj/global/healthChecks/custom"]
}
}
health_check_configs = {}