Skip to main content

GCP Compute Reservation

A GCP Compute Reservation lets you pre-allocate a specific amount of zonal compute capacity—such as vCPUs, memory and optional local SSD—so that it is guaranteed to be available when your virtual machine (VM) instances start. Reservations are tied to a single project and zone, can be shared automatically by any instance that matches the reservation’s criteria, and help you avoid resource-availability failures during peak demand. See the official Google Cloud documentation for full details: Reserving zonal resources.

Terrafrom Mappings:

  • google_compute_reservation.name

Supported Methods

  • GET: Get GCP Compute Reservation by "gcp-compute-reservation-name"
  • LIST: List all GCP Compute Reservation items
  • SEARCH