Data Source: azuredevops_project

Use this data source to access information about an existing Project within Azure DevOps.

Example Usage

data "azuredevops_project" "example" {
  name = "Example Project"
}

output "project" {
  value = data.azuredevops_project.example
}

Argument Reference

The following arguments are supported:

Attributes Reference

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