Google Tags Tag Binding

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

google_tags_tag_binding (Terraform)

The Tag Binding in Tags can be configured in Terraform with the resource name google_tags_tag_binding. 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

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

The generated id for the TagBinding. This is a string of the form: 'tagBindings/[full-resource-name]/[tag-value-name]'

The full resource name of the resource the TagValue is bound to. E.g. //cloudresourcemanager.googleapis.com/projects/123

The TagValue of the TagBinding. Must be of the form tagValues/456.

Explanation in Terraform Registry

A TagBinding represents a connection between a TagValue and a cloud resource (currently project, folder, or organization). Once a TagBinding is created, the TagValue is applied to all the descendants of the cloud resource. To get more information about TagBinding, see:

Frequently asked questions

What is Google Tags Tag Binding?

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