# GCP Workload Identity Provider for Terraform Enterprise This terraform code is a part of [GCP Workload Identity Federation for Terraform Enterprise](../) blueprint. For instructions please refer to the blueprint [readme](../README.md). The codebase provisions the following list of resources: - GCS Bucket ## Variables | name | description | type | required | default | |---|---|:---:|:---:|:---:| | [impersonate_service_account_email](variables.tf#L16) | Service account to be impersonated by workload identity. | string | ✓ | | | [project_id](variables.tf#L21) | GCP project ID. | string | ✓ | |