Fix the description of the compute instance group as it is targeting unmanaged instances (#713)

This commit is contained in:
thomas 2017-11-09 23:20:40 +01:00 committed by Vincent Roseberry
parent 1c8eb9adba
commit b3a22d0a7e

View File

@ -8,9 +8,8 @@ description: |-
# google\_compute\_instance\_group
The Google Compute Engine Instance Group API creates and manages pools
of homogeneous Compute Engine virtual machine instances from a common instance
template. For more information, see [the official documentation](https://cloud.google.com/compute/docs/instance-groups/#unmanaged_instance_groups)
Creates a group of dissimilar Compute Engine virtual machine instances.
For more information, see [the official documentation](https://cloud.google.com/compute/docs/instance-groups/#unmanaged_instance_groups)
and [API](https://cloud.google.com/compute/docs/reference/latest/instanceGroups)
## Example Usage