Use this data source to get information about the workspace tags for a given organization.
data "tfe_organization_tags" "example" {
organization = "my-org-name"
}
The following arguments are supported:
organization
- (Required) Name of the organization.In addition to all arguments above, the following attributes are exported:
tags
- A list of workspace tags within the organizationThe tag
block contains:
name
- The name of the workspace tagid
- The ID of the workspace tagworkspace_count
- The number of workspaces the tag is associate with