google_data_catalog_entry_group

An EntryGroup resource represents a logical grouping of zero or more Data Catalog Entry resources.

To get more information about EntryGroup, see:

Open in Cloud Shell

Example Usage - Data Catalog Entry Group Basic

resource "google_data_catalog_entry_group" "basic_entry_group" {
  entry_group_id = "my_group"
}
Open in Cloud Shell

Example Usage - Data Catalog Entry Group Full

resource "google_data_catalog_entry_group" "basic_entry_group" {
  entry_group_id = "my_group"

  display_name = "terraform entry group"
  description = "entry group created by Terraform"
}

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

EntryGroup can be imported using any of these accepted formats:

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

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

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

$ terraform import google_data_catalog_entry_group.default {{name}}

User Project Overrides

This resource supports User Project Overrides.