variable "controlplane" { description = "Control plane node configuration" type = object({ cpu = number memory = number disk = string storagepool = string talos_version = string cluster_name = string kubernetes_version = string node_name = string node_ipv4_address = string cluster_endpoint = string ipv4_gateway = string }) }