From 71449bb960443a14d382916da6fb971b4ce58fb8 Mon Sep 17 00:00:00 2001 From: James Nugent Date: Tue, 20 Sep 2016 14:53:34 +0100 Subject: [PATCH] state/remote/azure: Correct documentation --- website/source/docs/state/remote/azure.html.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/website/source/docs/state/remote/azure.html.md b/website/source/docs/state/remote/azure.html.md index 6e8b908a63..20bf120a01 100644 --- a/website/source/docs/state/remote/azure.html.md +++ b/website/source/docs/state/remote/azure.html.md @@ -45,13 +45,4 @@ The following configuration options are supported: * `storage_account_name` - (Required) The name of the storage account * `container_name` - (Required) The name of the container to use within the storage account * `key` - (Required) The key where to place/look for state file inside the container - * `access_key` / `ARM_ACCESS_KEY` - (Optional) Storage account access key - * `resource_group_name` - (Optional) The name of the resource group for the storage account. This is required when using the ARM credentials described below. - * `arm_subscription_id` - (Optional) The subscription ID to use. It can also - be sourced from the `ARM_SUBSCRIPTION_ID` environment variable. - * `arm_client_id` - (Optional) The client ID to use. It can also be sourced from - the `ARM_CLIENT_ID` environment variable. - * `arm_client_secret` - (Optional) The client secret to use. It can also be sourced from - the `ARM_CLIENT_SECRET` environment variable. - * `arm_tenant_id` - (Optional) The tenant ID to use. It can also be sourced from the - `ARM_TENANT_ID` environment variable. + * `access_key` / `ARM_ACCESS_KEY` - (Required) Storage account access key