# variables variable "vmid" { description = "id de la machine" type = number } variable "prenom" { description = "prenom" type = string } variable "image" { description = "source de l'image disque" type = string } variable "distribution" { description = "distribution" type = string }