Skip to main content

GCP Compute Node Group

A GCP Compute Node Group represents a collection of sole-tenant nodes in Google Cloud Compute Engine. Each node in the group is created from a single node template and provides dedicated physical hardware on which virtual machine (VM) instances are scheduled. Node groups allow you to control placement, maintenance behaviour and capacity reservations for workloads that require host-level isolation or licensing affinity. For more details, see the official documentation: https://cloud.google.com/compute/docs/nodes/.

Terrafrom Mappings:

  • google_compute_node_group.name
  • google_compute_node_template.name

Supported Methods​

  • GET: Get GCP Compute Node Group by "gcp-compute-node-group-name"
  • LIST: List all GCP Compute Node Group items
  • SEARCH: Search for GCP Compute Node Group by "gcp-compute-node-group-nodeTemplateName"