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

37 lines
1.1 KiB
Markdown

<!-- BEGIN_TF_DOCS -->
## Requirements
| Name | Version |
|------|---------|
| <a name="requirement_libvirt"></a> [libvirt](#requirement\_libvirt) | 0.6.14 |
## Providers
| Name | Version |
|------|---------|
| <a name="provider_libvirt"></a> [libvirt](#provider\_libvirt) | 0.6.14 |
## Modules
No modules.
## Resources
| Name | Type |
|------|------|
| [libvirt_pool.pooldef](https://registry.terraform.io/providers/dmacvicar/libvirt/0.6.14/docs/resources/pool) | resource |
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_pools"></a> [pools](#input\_pools) | Pools definitions | `any` | `{}` | no |
| <a name="input_pools_defaults"></a> [pools\_defaults](#input\_pools\_defaults) | Pools default definitions | `any` | `{}` | no |
| <a name="input_tenant"></a> [tenant](#input\_tenant) | Tenant informations | `any` | <pre>{<br> "prefix": ""<br>}</pre> | no |
## Outputs
| Name | Description |
|------|-------------|
| <a name="output_pools"></a> [pools](#output\_pools) | n/a |
<!-- END_TF_DOCS -->