From 22a8ef1662fbfca05ec4fe9a00f141cad2322deb Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 2 Dec 2016 20:29:13 +0100 Subject: [PATCH] [docs] Correct typo in azure storage account docs (#10508) --- .../docs/providers/azurerm/r/storage_account.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/azurerm/r/storage_account.html.markdown b/website/source/docs/providers/azurerm/r/storage_account.html.markdown index 8f8cd9cb48..d375e12cdc 100644 --- a/website/source/docs/providers/azurerm/r/storage_account.html.markdown +++ b/website/source/docs/providers/azurerm/r/storage_account.html.markdown @@ -59,7 +59,7 @@ The following arguments are supported: for `BlobStorage` accounts. Valid options are `Hot` and `Cold`, defaults to `Hot`. -* `enable_bool_encryption` - (Optional) Boolean flag which controls if Encryption +* `enable_blob_encryption` - (Optional) Boolean flag which controls if Encryption Services are enabled for Blob storage, see [here](https://azure.microsoft.com/en-us/documentation/articles/storage-service-encryption/) for more information.