From b4f18aefc28d87a9a0cfe4dc6648872dd2923667 Mon Sep 17 00:00:00 2001 From: "R. Cordier" Date: Tue, 22 Mar 2022 00:32:29 -0400 Subject: [PATCH] Add: virt_volume doc --- virt_volume/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 virt_volume/README.md diff --git a/virt_volume/README.md b/virt_volume/README.md new file mode 100644 index 0000000..5f25ec8 --- /dev/null +++ b/virt_volume/README.md @@ -0,0 +1,22 @@ +# Virt Volume + +Create a single libvirt volume. + +This module helps to create a single volume. As dmarcvicar/terraform-libvirt does not support persistant volumes, the persistant volume support is quite limited. The only case where persistants volumes are supported is in the case of new volume creation, which in turn become idempotent and will be never destroyed ever. + +* Created: + * Desc: Created as new disk + * Ephemeral: True + * Persistant: True +* Backed: + * Desc: Backed image from source volume + * Ephemeral: True + * Persistant: False +* Sourced: + * Desc: Downloaded image from url + * Ephemeral: True + * Persistant: False + + + +