Data Source: azuredevops_groups

Use this data source to access information about existing Groups within Azure DevOps

Example Usage

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

# load all existing groups inside an organization
data "azuredevops_groups" "example-all-groups" {
}

# load all existing groups inside a specific project
data "azuredevops_groups" "example-project-groups" {
  project_id = data.azuredevops_project.example.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: