provider/azurerm: improve formatting of client_config docs (#9915)
This commit is contained in:
parent
f580a8ed7b
commit
2449cfbf1c
|
@ -8,7 +8,8 @@ description: |-
|
|||
|
||||
# azurerm\_client\_config
|
||||
|
||||
Use this data source to access the configuration
|
||||
Use this data source to access the configuration of the Azure Resource Manager
|
||||
provider.
|
||||
|
||||
## Example Usage
|
||||
|
||||
|
@ -26,6 +27,6 @@ There are no arguments available for this data source.
|
|||
|
||||
## Attributes Reference
|
||||
|
||||
`client_id` is set to the Azure Client ID.
|
||||
`tenant_id` is set to the Azure Tenant ID.
|
||||
`subscription_id` is set to the Azure Subscription ID.
|
||||
* `client_id` is set to the Azure Client ID.
|
||||
* `tenant_id` is set to the Azure Tenant ID.
|
||||
* `subscription_id` is set to the Azure Subscription ID.
|
Loading…
Reference in New Issue