summaryrefslogtreecommitdiff
path: root/docs/providers/libvirt/r/volume.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'docs/providers/libvirt/r/volume.html.markdown')
-rw-r--r--docs/providers/libvirt/r/volume.html.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/providers/libvirt/r/volume.html.markdown b/docs/providers/libvirt/r/volume.html.markdown
index d7f18783..f76c718b 100644
--- a/docs/providers/libvirt/r/volume.html.markdown
+++ b/docs/providers/libvirt/r/volume.html.markdown
@@ -34,4 +34,5 @@ The following arguments are supported:
* `size` - (Optional) The size of the volume in bytes (if you don't like this, help fix [this issue](https://github.com/hashicorp/terraform/issues/3287).
If `source` is specified, `size` will be set to the source image file size.
* `base_volume_id` - (Optional) The backing volume (CoW) to use for this volume.
-
+* `base_volume_name` - (Optional) The name of the backing volume (CoW) to use for this volume. Note well: when `base_volume_pool` is not specified the volume is going to be searched inside of `pool`.
+* `base_volume_pool` - (Optional) The name of the pool containing the volume defined by `base_volume_name`.