feat(lawndale-vm): extra network interfaces
This commit is contained in:
@@ -122,3 +122,13 @@ variable "xslt" {
|
||||
description = "XSLT applied to the domain before sent to libvirt"
|
||||
default = null
|
||||
}
|
||||
|
||||
variable "extra_interfaces" {
|
||||
type = list(object({
|
||||
bridge = string
|
||||
mac = string
|
||||
}))
|
||||
|
||||
description = "Extra network interfaces to attach to the VM"
|
||||
default = []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user