diff options
author | Duncan Mac-Vicar P <dmacvicar@suse.de> | 2016-03-06 23:36:30 +0100 |
---|---|---|
committer | Duncan Mac-Vicar P <dmacvicar@suse.de> | 2016-03-06 23:36:30 +0100 |
commit | dca2d8f5d030c69fce03e3c0b3cf8f0400a59cd6 (patch) | |
tree | 3f836f1db22a52292ba9889600699d734a766a8d /docs | |
parent | bb70364122b0dbb54e0b1f6ae178634ba502c074 (diff) | |
download | terraform-provider-libvirt-dca2d8f5d030c69fce03e3c0b3cf8f0400a59cd6.tar terraform-provider-libvirt-dca2d8f5d030c69fce03e3c0b3cf8f0400a59cd6.tar.gz |
use GB for the volume size
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. |