github.com/minamijoyo/terraform@v0.7.8-0.20161029001309-18b3736ba44b/website/source/docs/providers/azurerm/d/client_config.html.markdown (about)

     1  ---
     2  layout: "azurerm"
     3  page_title: "Azure Resource Manager: azurerm_client_config"
     4  sidebar_current: "docs-azurerm-datasource-client-config"
     5  description: |-
     6    Get information about the configuration of the azurerm provider.
     7  ---
     8  
     9  # azurerm\_client\_config
    10  
    11  Use this data source to access the configuration 
    12  
    13  ## Example Usage
    14  
    15  ```
    16  data "azurerm_client_config" "current" { }
    17  
    18  output "account_id" {
    19    value = "${data.azurerm_client_config.current.account_id}"
    20  }
    21  ```
    22  
    23  ## Argument Reference
    24  
    25  There are no arguments available for this data source.
    26  
    27  ## Attributes Reference
    28  
    29  `client_id` is set to the Azure Client ID. 
    30  `tenant_id` is set to the Azure Tenant ID.
    31  `subscription_id` is set to the Azure Subscription ID.