variable "name" { type = string } variable "type" { type = string default = "physical" } variable "hypervisors" { type = set(string) } variable "witnesses" { type = set(string) } variable "hypervisor_parent" { type = string default = "br0" } variable "witness_parent" { type = string default = "dummy0" }