google_tags_tag_key

Get a tag key by org or project parent and short_name.

Example Usage

data "google_tags_tag_key" "environment_tag_key"{
  parent = "organizations/12345"
  short_name = "environment"
}
data "google_tags_tag_key" "environment_tag_key"{
  parent = "projects/abc"
  short_name = "environment"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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