mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-13 19:01:09 -04:00
752 B
752 B
layout, page_title, sidebar_current, description
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| azurerm | Azure Resource Manager: azurerm_client_config | docs-azurerm-datasource-client-config | Get information about the configuration of the azurerm provider. |
azurerm_client_config
Use this data source to access the configuration of the Azure Resource Manager provider.
Example Usage
data "azurerm_client_config" "current" {}
output "account_id" {
value = "${data.azurerm_client_config.current.account_id}"
}
Argument Reference
There are no arguments available for this data source.
Attributes Reference
client_idis set to the Azure Client ID.tenant_idis set to the Azure Tenant ID.subscription_idis set to the Azure Subscription ID.