terraform-module-virt/docs/virt_volume.md
2023-10-18 12:00:33 -04:00

2.4 KiB

Requirements

Name Version
libvirt 0.6.14

Providers

Name Version
libvirt 0.6.14
null n/a

Modules

No modules.

Resources

Name Type
libvirt_volume.voldef_ephemeral_baked resource
libvirt_volume.voldef_ephemeral_created resource
libvirt_volume.voldef_ephemeral_sourced resource
null_resource.voldef_persistant_created resource

Inputs

Name Description Type Default Required
base_file Name of the source image string "" no
base_pool Pool of the source image string "default" no
file Determine the filename of the volume string "" no
format Determine the format of the image string "qcow2" no
name Determine the name of the volume string n/a yes
persistant Enable destroy protection on this volume bool false no
pool Determine pool to create volume within string "default" no
pool_dir Default path for all pools string "/virt" no
size_gb Default size for the volume number 0 no
ssh_conn Default settings for ssh connexion any
{
"agent": true,
"host": "wks1.office.barbu-it.net",
"password": null,
"user": null
}
no
url Download url for volume string "" no

Outputs

Name Description
info n/a
volume n/a