Merge pull request #8936 from hashicorp/arm-remote-state-docs

state/remote/azure: Correct documentation
This commit is contained in:
Paul Stack 2016-09-21 09:18:29 +01:00 committed by GitHub
commit eea215a7c4
1 changed files with 1 additions and 10 deletions

View File

@ -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