mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update regional backend service documentation to reflect instance group restrictions. (#15097)
This commit is contained in:
parent
afc928d1bc
commit
83764294f8
@ -9,8 +9,8 @@ description: |-
|
|||||||
# google\_compute\_region\_backend\_service
|
# google\_compute\_region\_backend\_service
|
||||||
|
|
||||||
A Region Backend Service defines a regionally-scoped group of virtual machines that will serve traffic for load balancing.
|
A Region Backend Service defines a regionally-scoped group of virtual machines that will serve traffic for load balancing.
|
||||||
|
For more information see [the official documentation](https://cloud.google.com/compute/docs/load-balancing/internal/)
|
||||||
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.
|
and [API](https://cloud.google.com/compute/docs/reference/latest/backendServices).
|
||||||
|
|
||||||
## Example Usage
|
## Example Usage
|
||||||
|
|
||||||
@ -75,7 +75,7 @@ The following arguments are supported:
|
|||||||
- - -
|
- - -
|
||||||
|
|
||||||
* `backend` - (Optional) The list of backends that serve this BackendService.
|
* `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.
|
* `description` - (Optional) The textual description for the backend service.
|
||||||
|
|
||||||
@ -96,11 +96,11 @@ The following arguments are supported:
|
|||||||
to a request before considering the request failed. Defaults to `30`.
|
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
|
* `group` - (Required) The name or URI of a Compute Engine instance group
|
||||||
(`google_compute_instance_group_manager.xyz.instance_group`) that can
|
(`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.
|
* `balancing_mode` - (Optional) Defines the strategy for balancing load.
|
||||||
Defaults to `UTILIZATION`
|
Defaults to `UTILIZATION`
|
||||||
|
Loading…
Reference in New Issue
Block a user