## Requirements
| Name | Version |
|------|---------|
| [libvirt](#requirement\_libvirt) | 0.6.14 |
## Providers
| Name | Version |
|------|---------|
| [libvirt](#provider\_libvirt) | 0.6.14 |
## Modules
No modules.
## Resources
| Name | Type |
|------|------|
| libvirt_network.netdef | resource |
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [bridge](#input\_bridge) | Network interface name (16 char max, virbr\_) | `string` | n/a | yes |
| [domain](#input\_domain) | Network domain | `string` | `"local"` | no |
| [gw4](#input\_gw4) | Network address | `string` | `"192.168.0.1"` | no |
| [mask](#input\_mask) | Netmask of the network | `number` | `24` | no |
| [mode](#input\_mode) | Network mode (route\|nat) | `string` | `"nat"` | no |
| [name](#input\_name) | Network name | `string` | n/a | yes |
| [nat\_device](#input\_nat\_device) | Device to forward unrouted traffic (ie: eth0) | `string` | `"enp1s0"` | no |
| [nat\_driver](#input\_nat\_driver) | Default NAT driver | `string` | `"ferm"` | no |
| [nat\_enable](#input\_nat\_enable) | Enable NAT from outside of libvirt | `bool` | `false` | no |
| [subnets](#input\_subnets) | List of subnets | `list` | `[]` | no |
| [vip](#input\_vip) | List of vips | `list` | `[]` | no |
## Outputs
| Name | Description |
|------|-------------|
| [networks](#output\_networks) | n/a |
| [subnets](#output\_subnets) | n/a |
| [vips](#output\_vips) | n/a |