From fb8a70e0100134d4b9adb99734f3a3869ea6dc80 Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Sat, 25 Jul 2020 00:55:03 +0000 Subject: [PATCH] Backend service support for internet NEG backend (#3782) * Add ability to set global network endpoint group as backend for backend service. Make health_checks optional * PR fixes * Add encoder to remove max_utilization when neg backend * Check for global NEG in group to remove max_utilization * Add another nil check * Spacing * Docs fix Signed-off-by: Modular Magician --- docs/resources/google_compute_backend_service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/google_compute_backend_service.md b/docs/resources/google_compute_backend_service.md index 2a5bb68f3..df076b1d8 100644 --- a/docs/resources/google_compute_backend_service.md +++ b/docs/resources/google_compute_backend_service.md @@ -126,7 +126,7 @@ Properties that can be accessed from the `google_compute_backend_service` resour * `enable_cdn`: If true, enable Cloud CDN for this BackendService. - * `health_checks`: The set of URLs to the HttpHealthCheck or HttpsHealthCheck resource for health checking this BackendService. Currently at most one health check can be specified, and a health check is required. For internal load balancing, a URL to a HealthCheck resource must be specified instead. + * `health_checks`: The set of URLs to the HttpHealthCheck or HttpsHealthCheck resource for health checking this BackendService. Currently at most one health check can be specified. A health check must be specified unless the backend service uses an internet NEG as a backend. For internal load balancing, a URL to a HealthCheck resource must be specified instead. * `id`: The unique identifier for the resource.