variable "name" { type = string } variable "type" { type = string default = "physical" } variable "hypervisors" { type = set(string) } variable "witnesses" { type = set(string) } variable "hypervisor_config" { type = map(string) default = {} } variable "witness_config" { type = map(string) default = {} }