Skip to content

The Terraform Cloud Identity Token Trust Provider verifies the identities of Client Workloads within Terraform Cloud using identity tokens. These tokens include metadata such as organization, project, and workspace details, ensuring secure and authenticated access to resources.

The following match rules are available for this Trust Provider type:

DataDescriptionExample
terraform_organization_idThe Terraform organization that is executing the run.org-abcdefghijklmno
terraform_project_idThe specific project within the Terraform organization that is running the operation.prj-abcdefghijklmno
terraform_workspace_idThe ID associated with the Terraform workspace where the run is being conducted.ws-abcdefghijklmno

For additional information about Terraform Cloud Identity Token, please refer to Terraform Workload Identity.