Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 714 Bytes

client_config.html.markdown

File metadata and controls

30 lines (20 loc) · 714 Bytes
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.

Data Source: azuredevops_client_config

Use this data source to access information about the Azure DevOps organization configured for the provider.

Example Usage

data "azuredevops_client_config" "example" {}

output "org_url" {
  value = data.azuredevops_client_config.example.organization_url
}

Argument Reference

This data source has no arguments

Attributes Reference

The following attributes are exported:

organization_url - The organization configured for the provider