Google Tags Tag Key

This page shows how to write Terraform for Tags Tag Key and write them securely.

google_tags_tag_key (Terraform)

The Tag Key in Tags can be configured in Terraform with the resource name google_tags_tag_key. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for Google best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

Output only. Creation time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

User-assigned description of the TagKey. Must not exceed 256 characters.

  • id optional computed - string
  • name optional computed - string

The generated numeric id for the TagKey.

Output only. Namespaced name of the TagKey.

Input only. The resource name of the new TagKey's parent. Must be of the form organizations/[org_id].

Input only. The user friendly name for a TagKey. The short name should be unique for TagKeys within the same tag namespace. The short name must be 1-63 characters, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (_), dots (.), and alphanumerics between.

Output only. Update time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

Explanation in Terraform Registry

A TagKey, used to group a set of TagValues. To get more information about TagKey, see:

Frequently asked questions

What is Google Tags Tag Key?

Google Tags Tag Key is a resource for Tags of Google Cloud Platform. Settings can be wrote in Terraform.

security-icon

Automate config file reviews on your commits

Fix issues in your infrastructure as code with auto-generated patches.