mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-25 04:11:24 -07:00
* 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 <magic-modules@google.com>
This commit is contained in:
parent
0eff143eef
commit
b6df15b40d
2 changed files with 11 additions and 8 deletions
|
@ -426,8 +426,9 @@ resources:
|
|||
healthChecks:
|
||||
description:
|
||||
- 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.
|
||||
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.
|
||||
returned: success
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue