google_bigquery_bi_reservation

Represents a BI Reservation.

To get more information about BiReservation, see:

Open in Cloud Shell

Example Usage - Bigquery Reservation Bi Reservation Basic

resource "google_bigquery_bi_reservation" "reservation" {
    location   = "us-west2"
    size   = "3000000000"
}

Argument Reference

The following arguments are supported:


The preferred_tables block supports:

Attributes Reference

In addition to the arguments listed above, the following computed attributes are exported:

Timeouts

This resource provides the following Timeouts configuration options:

Import

BiReservation can be imported using any of these accepted formats:

In Terraform v1.5.0 and later, use an import block to import BiReservation using one of the formats above. For example:

import {
  id = "projects/{{project}}/locations/{{location}}/biReservation"
  to = google_bigquery_bi_reservation.default
}

When using the terraform import command, BiReservation can be imported using one of the formats above. For example:

$ terraform import google_bigquery_bi_reservation.default projects/{{project}}/locations/{{location}}/biReservation
$ terraform import google_bigquery_bi_reservation.default {{project}}/{{location}}
$ terraform import google_bigquery_bi_reservation.default {{location}}

User Project Overrides

This resource supports User Project Overrides.