Specify the type of health checks supported for both backend services.

This commit is contained in:
Riley Karson 2017-06-20 10:45:58 -07:00
parent 6f8b415b42
commit 8bdfd3cd2f
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ The following arguments are supported:
* `name` - (Required) The name of the backend service. * `name` - (Required) The name of the backend service.
* `health_checks` - (Required) Specifies a list of HTTP health check objects * `health_checks` - (Required) Specifies a list of HTTP/HTTPS health checks
for checking the health of the backend service. Currently at most one health for checking the health of the backend service. Currently at most one health
check can be specified, and a health check is required. check can be specified, and a health check is required.

View File

@ -69,7 +69,7 @@ The following arguments are supported:
* `name` - (Required) The name of the backend service. * `name` - (Required) The name of the backend service.
* `health_checks` - (Required) Specifies a list of health check objects * `health_checks` - (Required) Specifies a list of HTTP/HTTPS health checks
for checking the health of the backend service. Currently at most for checking the health of the backend service. Currently at most
one health check can be specified, and a health check is required. one health check can be specified, and a health check is required.