first commit
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user