Initial commit

This commit is contained in:
2026-05-12 23:30:07 +02:00
parent d7043ef34e
commit 5ce7b6a78f
4 changed files with 4 additions and 21 deletions

View File

@@ -1,12 +1,10 @@
# =================== OBLIGATOIRES (sans default) ===================
variable "proxmox_endpoint" {
description = "URL HTTPS Proxmox"
type = string
}
variable "proxmox_api_token" {
description = "USER@REALM!TOKENID=SECRET"
description = "Token API Proxmox"
type = string
sensitive = true
}
@@ -36,8 +34,6 @@ variable "vm_count" {
}
}
# =================== OPTIONNELLES (avec default) ===================
variable "template_id" {
description = "ID Proxmox du template a cloner"
type = number
@@ -87,7 +83,7 @@ variable "vlan_id" {
}
variable "ci_user" {
description = "Compte unix cree par cloud-init"
description = "Compte cree par cloud-init"
type = string
default = "nidoradmin"
}