17 lines
470 B
HCL
17 lines
470 B
HCL
# ===========================================
|
|
# VARIABLES (sensíveis — não commitar valores)
|
|
# ===========================================
|
|
|
|
variable "proxmox_api_token_id" {
|
|
description = "Token ID do Proxmox (formato: UUID@pam!token-name)"
|
|
type = string
|
|
sensitive = true
|
|
}
|
|
|
|
variable "proxmox_api_token_secret" {
|
|
description = "Secret do token do Proxmox"
|
|
type = string
|
|
sensitive = true
|
|
}
|
|
# test trigger Fri Apr 10 05:07:23 PM -03 2026
|