Data Source: azurerm_client_config

Use this data source to access the configuration of the AzureRM provider.

Example Usage

data "azurerm_client_config" "current" {
}

output "account_id" {
  value = data.azurerm_client_config.current.client_id
}

Argument Reference

There are no arguments available for this data source.

Attributes Reference


Timeouts

The timeouts block allows you to specify timeouts for certain actions: