aboutsummaryrefslogtreecommitdiff
path: root/docs/providers
diff options
context:
space:
mode:
authorDuncan Mac-Vicar P <dmacvicar@suse.de>2016-03-20 00:08:24 +0100
committerDuncan Mac-Vicar P <dmacvicar@suse.de>2016-03-20 00:08:24 +0100
commit8496660254ab1bb662d5f257cdf8040d6b229eb3 (patch)
treedee45841c87bf7c83f82d065363f9214b8f3fc6c /docs/providers
parentb04c660ab38731036e6f1a602376e090fbdee31c (diff)
downloadterraform-provider-libvirt-8496660254ab1bb662d5f257cdf8040d6b229eb3.tar
terraform-provider-libvirt-8496660254ab1bb662d5f257cdf8040d6b229eb3.tar.gz
base_volume -> base_volume_id to make it consistent with volume_id in disk
Diffstat (limited to 'docs/providers')
-rw-r--r--docs/providers/libvirt/r/volume.html.markdown2
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 85695347..d7f18783 100644
--- a/docs/providers/libvirt/r/volume.html.markdown
+++ b/docs/providers/libvirt/r/volume.html.markdown
@@ -33,5 +33,5 @@ The following arguments are supported:
libvirt. Only remote HTTP urls are supported for now.
* `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.