34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
<!-- BEGIN_TF_DOCS -->
|
|
## Requirements
|
|
|
|
No requirements.
|
|
|
|
## Providers
|
|
|
|
No providers.
|
|
|
|
## Modules
|
|
|
|
| Name | Source | Version |
|
|
|------|--------|---------|
|
|
| <a name="module_virt_instances"></a> [virt\_instances](#module\_virt\_instances) | ../../modules/virt_instance | n/a |
|
|
|
|
## Resources
|
|
|
|
No resources.
|
|
|
|
## Inputs
|
|
|
|
| Name | Description | Type | Default | Required |
|
|
|------|-------------|------|---------|:--------:|
|
|
| <a name="input_instances"></a> [instances](#input\_instances) | Instances definitions | `any` | `[]` | no |
|
|
| <a name="input_instances_defaults"></a> [instances\_defaults](#input\_instances\_defaults) | Instances default definitions | `any` | `{}` | no |
|
|
| <a name="input_networks"></a> [networks](#input\_networks) | Known networks to find domain | `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_instances"></a> [instances](#output\_instances) | Outputs ===================== |
|
|
<!-- END_TF_DOCS --> |