google_compute_reservation

Provides access to available Google Compute Reservation Resources for a given project. See more about Reservations of Compute Engine resources in the upstream docs.

data "google_compute_reservation" "reservation" {
  name = "gce-reservation"
  zone = "us-central1-a"
}

Argument Reference

The following arguments are supported:

Attributes Reference

See google_compute_reservation resource for details of the available attributes.