From fbf6b72eb6c47df90ffb2509c2cdff49a2d4a7ad Mon Sep 17 00:00:00 2001 From: jerome Date: Mon, 27 Jan 2025 15:52:55 +0100 Subject: terraform.tfvars --- variables.tf | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) (limited to 'variables.tf') diff --git a/variables.tf b/variables.tf index 5b7a68a..cd49a8b 100644 --- a/variables.tf +++ b/variables.tf @@ -1,27 +1,12 @@ # définition des variables -variable "nb" { - description = "nombre de machines" - type = number - default = 2 -} - variable "prenom" { description = "prenom stagiaire" - type = list(any) - default = ["alice", "bob"] -} - -variable "template" { - description = "template container" type = string - #default = "local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst" - default = "local:vztmpl/rockylinux-9-custom_amd64.tar.gz" } -variable "prem_id" { - description = "première vmid" - type = number - default = 104 +variable "vm_range" { + description = "rangée de machines" + type = list(any) } -- cgit v1.2.3