Data Source : azuredevops_serviceendpoint_azurecr

Use this data source to access information about an existing Azure Container Registry Service Endpoint.

Example Usage

data "azuredevops_serviceendpoint_azurecr" "example" {
  project_id            = azuredevops_project.example.id
  service_endpoint_name = "Example Azure Container Registry"
}

output "service_endpoint_id" {
  value = data.azuredevops_serviceendpoint_azurecr.example.id
}

Arguments Reference

The following arguments are supported:

Attributes Reference

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