variable "hypervisors" { type = map(string) } variable "witnesses" { type = map(string) } variable "token" { type = string sensitive = true description = "The common authentication token for all Incus remotes" } variable "networks" { type = map(object({ type = string hypervisor_config = map(string) witness_config = map(string) })) } variable "storage_pools" { type = map(object({ driver = string hypervisor_config = map(string) witness_config = map(string) })) }