google_biglake_catalog

Catalogs are top-level containers for Databases and Tables.

To get more information about Catalog, see:

Open in Cloud Shell

Example Usage - Bigquery Biglake Catalog

resource "google_biglake_catalog" "default"  {
    name = "my_catalog"
    location = "US"
}

Argument Reference

The following arguments are supported:


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

Catalog can be imported using any of these accepted formats:

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

import {
  id = "projects/{{project}}/locations/{{location}}/catalogs/{{name}}"
  to = google_biglake_catalog.default
}

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

$ terraform import google_biglake_catalog.default projects/{{project}}/locations/{{location}}/catalogs/{{name}}
$ terraform import google_biglake_catalog.default {{project}}/{{location}}/{{name}}
$ terraform import google_biglake_catalog.default {{location}}/{{name}}

User Project Overrides

This resource supports User Project Overrides.