From d9277a71be82f41bc9c39c8ec2ba0e5eff920631 Mon Sep 17 00:00:00 2001 From: stack72 Date: Mon, 8 Aug 2016 15:39:27 +1200 Subject: [PATCH] provider/azurerm: Addition of documentation for the new Storage Blob upload options --- .../docs/providers/azurerm/r/storage_blob.html.markdown | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/website/source/docs/providers/azurerm/r/storage_blob.html.markdown b/website/source/docs/providers/azurerm/r/storage_blob.html.markdown index c216c0633f..9c8a3e7ea7 100644 --- a/website/source/docs/providers/azurerm/r/storage_blob.html.markdown +++ b/website/source/docs/providers/azurerm/r/storage_blob.html.markdown @@ -60,7 +60,13 @@ The following arguments are supported: * `type` - (Required) The type of the storage blob to be created. One of either `block` or `page`. -* `size` - (Optional) Used only for `page` blobs to specify the size in bytes of the blob to be created. Must be a multiple of 512. Defaults to 0. +* `size` - (Optional) Used only for `page` blobs to specify the size in bytes of the blob to be created. Must be a multiple of 512. Defaults to 0. + +* `source` - (Optional) An absolute path to a file on the local system + +* `parallelism` - (Optional) The number of workers per CPU core to run for concurrent uploads. Defaults to `8`. + +* `attempts` - (Optional) The number of attempts to make per page or block when uploading. Defaults to `1`. ## Attributes Reference