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.
Match rules
Section titled “Match rules”The following match rules are available for this Trust Provider type:
Data | Description | Example |
---|---|---|
terraform_organization_id | The Terraform organization that is executing the run. | org-abcdefghijklmno |
terraform_project_id | The specific project within the Terraform organization that is running the operation. | prj-abcdefghijklmno |
terraform_workspace_id | The 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.