Data Source : azuredevops_serviceendpoint_sonarcloud

Use this data source to access information about an existing Sonar Cloud Service Endpoint.

Example Usage

data "azuredevops_serviceendpoint_sonarcloud" "example" {
  project_id            = azuredevops_project.example.id
  service_endpoint_name = "Example Sonar Cloud"
}

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

Arguments Reference

The following arguments are supported:

Attributes Reference

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