Skip to content

Commit

Permalink
Adding resource_group_name back in, fixes hashicorp#15610 (hashicor…
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored Aug 15, 2017
1 parent 5c8ff92 commit 81f9c78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/backends/types/azure.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ The following configuration options are supported:
* `key` - (Required) The key where to place/look for state file inside the container
* `access_key` / `ARM_ACCESS_KEY` - (Required) Storage account access key
* `lease_id` / `ARM_LEASE_ID` - (Optional) If set, will be used when writing to storage blob.
* `resource_group_name` - (Optional) The name of the resource group for the storage account. Required if `access_key` isn't specified.
* `environment` / `ARM_ENVIRONMENT` - (Optional) The cloud environment to use. Supported values are:
* `public` (default)
* `usgovernment`
Expand Down

0 comments on commit 81f9c78

Please sign in to comment.