From 6f6691408dd257c6abe4dc38a50b501794042476 Mon Sep 17 00:00:00 2001 From: jerome Date: Fri, 23 May 2025 01:30:55 +0200 Subject: password --- variables.tf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'variables.tf') diff --git a/variables.tf b/variables.tf index ad54ea9..7c1dad6 100644 --- a/variables.tf +++ b/variables.tf @@ -3,19 +3,23 @@ variable "vmid" { description = "id de la machine" type = number + default = 200 } variable "prenom" { description = "prenom" type = string + default = "jerome" } variable "image" { description = "source de l'image disque" type = string + default = "debian-cloud" } variable "distribution" { description = "distribution" type = string + default = "debian" } -- cgit v1.2.3