This commit is contained in:
@@ -10,9 +10,9 @@ The following requirements are needed by this module:
|
||||
|
||||
The following providers are used by this module:
|
||||
|
||||
- <a name="provider_libvirt"></a> [libvirt](#provider\_libvirt) (>= 0.6.14)
|
||||
- <a name="provider_libvirt"></a> [libvirt](#provider\_libvirt) (0.7.0)
|
||||
|
||||
- <a name="provider_macaddress"></a> [macaddress](#provider\_macaddress) (~> 0.3.0)
|
||||
- <a name="provider_macaddress"></a> [macaddress](#provider\_macaddress) (0.3.2)
|
||||
|
||||
## Modules
|
||||
|
||||
@@ -112,6 +112,21 @@ Type: `bool`
|
||||
|
||||
Default: `true`
|
||||
|
||||
### <a name="input_extra_interfaces"></a> [extra\_interfaces](#input\_extra\_interfaces)
|
||||
|
||||
Description: Extra network interfaces to attach to the VM
|
||||
|
||||
Type:
|
||||
|
||||
```hcl
|
||||
list(object({
|
||||
bridge = string
|
||||
mac = string
|
||||
}))
|
||||
```
|
||||
|
||||
Default: `[]`
|
||||
|
||||
### <a name="input_filesystems"></a> [filesystems](#input\_filesystems)
|
||||
|
||||
Description: 9p shared filesystem devices
|
||||
|
||||
Reference in New Issue
Block a user