summaryrefslogtreecommitdiff
path: root/variables.tf
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2025-05-23 01:30:55 +0200
committerjerome <jerome@xlinfo.fr>2025-05-23 01:30:55 +0200
commit6f6691408dd257c6abe4dc38a50b501794042476 (patch)
treefab0e6c7941bc26de52821f87f62089d2c5642ed /variables.tf
parentfe21418928e5879b53fec470ac8f6ffd1b088bc0 (diff)
downloadproxmox_vm-6f6691408dd257c6abe4dc38a50b501794042476.tar.gz
proxmox_vm-6f6691408dd257c6abe4dc38a50b501794042476.zip
password
Diffstat (limited to 'variables.tf')
-rw-r--r--variables.tf4
1 files changed, 4 insertions, 0 deletions
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"
}