first commit

This commit is contained in:
Arthur Dodin
2026-05-05 11:27:26 +02:00
commit ffde04bdec
51 changed files with 22398 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
variable "pve_api_endpoint" {
description = "L'URL de l'API Proxmox"
type = string
}
variable "pve_api_token" {
description = "Le token ID et Secret"
type = string
}
variable "target_node" {
description = "Le nœud Proxmox cible"
type = string
default = "pve1"
}