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

33 lines
946 B
Markdown

<!-- BEGIN_TF_DOCS -->
## Requirements
No requirements.
## Providers
No providers.
## Modules
| Name | Source | Version |
|------|--------|---------|
| <a name="module_cloud_networks"></a> [cloud\_networks](#module\_cloud\_networks) | ../../modules/virt_network | n/a |
## Resources
No resources.
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_networks"></a> [networks](#input\_networks) | Networks definitions | `any` | `{}` | no |
| <a name="input_networks_defaults"></a> [networks\_defaults](#input\_networks\_defaults) | Network 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_networks"></a> [networks](#output\_networks) | n/a |
<!-- END_TF_DOCS -->