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