Skip to content

Commit

Permalink
Update regional backend service documentation to reflect instance gro…
Browse files Browse the repository at this point in the history
…up restrictions. (#15097)
  • Loading branch information
rileykarson authored and stack72 committed Jun 6, 2017
1 parent afc928d commit 8376429
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 9,8 @@ description: |-
# google\_compute\_region\_backend\_service

A Region Backend Service defines a regionally-scoped group of virtual machines that will serve traffic for load balancing.

See [backendServices](https://cloud.google.com/compute/docs/reference/latest/backendServices) documentation for more on this resource type, and [Internal Load Balancing](https://cloud.google.com/compute/docs/load-balancing/internal/) documentation for more details on usage.
For more information see [the official documentation](https://cloud.google.com/compute/docs/load-balancing/internal/)
and [API](https://cloud.google.com/compute/docs/reference/latest/backendServices).

## Example Usage

Expand Down Expand Up @@ -75,7 75,7 @@ The following arguments are supported:
- - -

* `backend` - (Optional) The list of backends that serve this BackendService.
See *Backend* below.
Structure is documented below.

* `description` - (Optional) The textual description for the backend service.

Expand All @@ -96,11 96,11 @@ The following arguments are supported:
to a request before considering the request failed. Defaults to `30`.


**Backend** supports the following attributes:
The `backend` block supports:

* `group` - (Required) The name or URI of a Compute Engine instance group
(`google_compute_instance_group_manager.xyz.instance_group`) that can
receive traffic.
receive traffic. Instance groups must contain at least one instance.

* `balancing_mode` - (Optional) Defines the strategy for balancing load.
Defaults to `UTILIZATION`
Expand Down

0 comments on commit 8376429

Please sign in to comment.