Skip to content

Commit d9277a7

Browse files
committed
provider/azurerm: Addition of documentation for the new Storage Blob upload options
1 parent bda8ea7 commit d9277a7

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

website/source/docs/providers/azurerm/r/storage_blob.html.markdown

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,13 @@ The following arguments are supported:
6060

6161
* `type` - (Required) The type of the storage blob to be created. One of either `block` or `page`.
6262

63-
* `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.
63+
* `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.
64+
65+
* `source` - (Optional) An absolute path to a file on the local system
66+
67+
* `parallelism` - (Optional) The number of workers per CPU core to run for concurrent uploads. Defaults to `8`.
68+
69+
* `attempts` - (Optional) The number of attempts to make per page or block when uploading. Defaults to `1`.
6470

6571
## Attributes Reference
6672

0 commit comments

Comments
 (0)