Google Tags Tag Value

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

google_tags_tag_value (Terraform)

The Tag Value in Tags can be configured in Terraform with the resource name google_tags_tag_value. 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 TagValue. Must not exceed 256 characters.

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

The generated numeric id for the TagValue.

Output only. Namespaced name of the TagValue. Will be in the format [organizationId]/[tag_key_short_name]/[shortName].

Input only. The resource name of the new TagValue's parent. Must be of the form tagKeys/[tag_key_id].

Input only. User-assigned short name for TagValue. The short name should be unique for TagValues within the same parent TagKey. The short name must be 63 characters or less, 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 TagValue is a child of a particular TagKey. TagValues are used to group cloud resources for the purpose of controlling them using policies. To get more information about TagValue, see:

Frequently asked questions

What is Google Tags Tag Value?

Google Tags Tag Value 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.