layout | page_title | description |
---|---|---|
azuredevops |
AzureDevops: azuredevops_project |
Use this data source to access information about an existing Project within Azure DevOps. |
Use this data source to access information about an existing Project within Azure DevOps.
data "azuredevops_project" "example" {
name = "Example Project"
}
output "project" {
value = data.azuredevops_project.example
}
The following arguments are supported:
name
- (Required ifproject_id
not set) Name of the Project.project_id
- (Required ifname
not set) ID of the Project.
The following attributes are exported:
id
- The ID of the project
name
- The name of the project
description
- The description of the project
visibility
- The visibility of the project
version_control
- The version control of the project
work_item_template
- The work item template for the project
process_template_id
- The process template ID for the project
- Project & Team: Read
- Work Items: Read