1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
# 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 }