Skip to content

Commit

Permalink
r/storage_account: updating the default for `enable_https_traffic_onl…
Browse files Browse the repository at this point in the history
…y` to `true`

Fixes #5010
  • Loading branch information
tombuildsstuff committed Feb 18, 2020
1 parent 847d34b commit 96e55df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ func resourceArmStorageAccount() *schema.Resource {
"enable_https_traffic_only": {
Type: schema.TypeBool,
Optional: true,
Default: true,
},

"is_hns_enabled": {
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/storage_account.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The following arguments are supported:
* `enable_file_encryption` - (Optional) Boolean flag which controls if Encryption Services are enabled for File storage, see [here](https://azure.microsoft.com/en-us/documentation/articles/storage-service-encryption/) for more information. Defaults to `true`.

* `enable_https_traffic_only` - (Optional) Boolean flag which forces HTTPS if enabled, see [here](https://docs.microsoft.com/en-us/azure/storage/storage-require-secure-transfer/)
for more information.
for more information. Defaults to `true`.

* `is_hns_enabled` - (Optional) Is Hierarchical Namespace enabled? This can be used with Azure Data Lake Storage Gen 2 ([see here for more information](https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-quickstart-create-account/)). Changing this forces a new resource to be created.

Expand Down

0 comments on commit 96e55df

Please sign in to comment.