diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/providers/libvirt/r/volume.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/providers/libvirt/r/volume.html.markdown b/docs/providers/libvirt/r/volume.html.markdown index 52ffd361..4efced08 100644 --- a/docs/providers/libvirt/r/volume.html.markdown +++ b/docs/providers/libvirt/r/volume.html.markdown @@ -31,7 +31,7 @@ The following arguments are supported: If not given, the `default` pool will be used. * `source` - (Optional) If specified, the image will be retrieved from this URL and uploaded into libvirt. Only remote HTTP urls are supported for now. -* `size` - (Optional) The size of the volume. +* `size` - (Optional) The size of the volume in GB. If `source` is specified, `size` will be set to the source image file size. |