## Requirements | Name | Version | |------|---------| | [libvirt](#requirement\_libvirt) | 0.6.14 | ## Providers | Name | Version | |------|---------| | [libvirt](#provider\_libvirt) | 0.6.14 | | [null](#provider\_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](https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource) | resource | ## Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | [base\_file](#input\_base\_file) | Name of the source image | `string` | `""` | no | | [base\_pool](#input\_base\_pool) | Pool of the source image | `string` | `"default"` | no | | [file](#input\_file) | Determine the filename of the volume | `string` | `""` | no | | [format](#input\_format) | Determine the format of the image | `string` | `"qcow2"` | no | | [name](#input\_name) | Determine the name of the volume | `string` | n/a | yes | | [persistant](#input\_persistant) | Enable destroy protection on this volume | `bool` | `false` | no | | [pool](#input\_pool) | Determine pool to create volume within | `string` | `"default"` | no | | [pool\_dir](#input\_pool\_dir) | Default path for all pools | `string` | `"/virt"` | no | | [size\_gb](#input\_size\_gb) | Default size for the volume | `number` | `0` | no | | [ssh\_conn](#input\_ssh\_conn) | Default settings for ssh connexion | `any` |
{
"agent": true,
"host": "wks1.office.barbu-it.net",
"password": null,
"user": null
} | no |
| [url](#input\_url) | Download url for volume | `string` | `""` | no |
## Outputs
| Name | Description |
|------|-------------|
| [info](#output\_info) | n/a |
| [volume](#output\_volume) | n/a |