mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-23 23:22:57 -06:00
provider/azurerm: Addition of documentation for the new Storage Blob upload options
This commit is contained in:
parent
bda8ea7cd1
commit
d9277a71be
@ -62,6 +62,12 @@ The following arguments are supported:
|
|||||||
|
|
||||||
* `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
|
## Attributes Reference
|
||||||
|
|
||||||
The following attributes are exported in addition to the arguments listed above:
|
The following attributes are exported in addition to the arguments listed above:
|
||||||
|
Loading…
Reference in New Issue
Block a user