google_data_catalog_taxonomy

A collection of policy tags that classify data along a common axis.

To get more information about Taxonomy, see:

Open in Cloud Shell

Example Usage - Data Catalog Taxonomy Basic

resource "google_data_catalog_taxonomy" "basic_taxonomy" {
  display_name =  "my_taxonomy"
  description = "A collection of policy tags"
  activated_policy_types = ["FINE_GRAINED_ACCESS_CONTROL"]
}

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

Taxonomy can be imported using any of these accepted formats:

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

import {
  id = "{{name}}"
  to = google_data_catalog_taxonomy.default
}

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

$ terraform import google_data_catalog_taxonomy.default {{name}}

User Project Overrides

This resource supports User Project Overrides.