variable "vm_name" {} #variable "vm_template" {} variable "target_node" {} variable "ssh_public_key" {} variable "vm_cores" {} variable "vm_sockets" {} variable "vm_memory" {} variable "vm_iso" {} variable "vm_disks" { description = "Список дисков: список объектов с size и slot" type = list(object({ size = string slot = number })) }