From 2449cfbf1c43797d3c96345d0ec1ec0331a5019d Mon Sep 17 00:00:00 2001 From: Peter McAtominey Date: Mon, 7 Nov 2016 16:00:58 +0000 Subject: [PATCH] provider/azurerm: improve formatting of client_config docs (#9915) --- .../docs/providers/azurerm/d/client_config.html.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/website/source/docs/providers/azurerm/d/client_config.html.markdown b/website/source/docs/providers/azurerm/d/client_config.html.markdown index c3abef18d..b1c6c7c2b 100644 --- a/website/source/docs/providers/azurerm/d/client_config.html.markdown +++ b/website/source/docs/providers/azurerm/d/client_config.html.markdown @@ -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. \ No newline at end of file +* `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. \ No newline at end of file