GCP Compute Instance Group
A Google Cloud Compute Instance Group is a logical collection of Virtual Machine (VM) instances that you administer as a single unit. Instance groups simplify the way you scale, load-balance and update your workloads by letting you apply common configuration and management actions across every instance in the group. They can be either managed (where the group creates instances from a common template and can automatically resize in response to demand) or unmanaged (where you manually add existing instances). For a full overview, refer to the official documentation: https://cloud.google.com/compute/docs/instance-groups.
Terrafrom Mappings:
google_compute_instance_group.name
Supported Methods​
GET
: Get GCP Compute Instance Group by "gcp-compute-instance-group-name"LIST
: List all GCP Compute Instance Group itemsSEARCH