| layout | page_title | description |
|---|---|---|
azuredevops |
AzureDevops: azuredevops_client_config |
Use this data source to access information about the Azure DevOps organization configured for the provider. |
Use this data source to access information about the Azure DevOps organization configured for the provider.
data "azuredevops_client_config" "c" {}
output "org_url" {
value = data.azuredevops_client_config.c.organization_url
}This data source has no arguments
The following attributes are exported:
organization_url - The organization configured for the provider