Data Source: azuredevops_build_definition

Use this data source to access information about an existing Build Definition.

Example Usage

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

data "azuredevops_build_definition" "example" {
  project_id = data.azuredevops_project.example.id
  name = "existing"
}

output "id" {
  value = data.azuredevops_build_definition.example.id
}

Arguments Reference

The following arguments are supported:


Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:


A branch_filter block exports the following:


A ci_trigger block exports the following:


A ci_trigger override block supports the following:


A pull_request_trigger block exports the following:


A forks block exports the following:


A pull_request_trigger override block supports the following:


A repository block exports the following:


A schedules block exports the following:


A variable block exports the following: