Use this data source to get information about a project.
data "tfe_project" "foo" {
name = "my-project-name"
organization = "my-org-name"
}
The following arguments are supported:
name
- (Required) Name of the project.organization
- (Required) Name of the organization.In addition to all arguments above, the following attributes are exported:
id
- The project ID.workspace_ids
- IDs of the workspaces that are associated with the project.