Files
iac-opentofu-public/proxmox.variables.tf
Tomás Limpinho 79f2c04501 proxmox template
2025-08-20 15:39:28 +01:00

11 lines
228 B
HCL

variable "proxmox_server" {
description = "Proxmox server URL"
type = string
sensitive = false
}
variable "proxmox_apikey" {
description = "Proxmox server api key"
type = string
sensitive = false
}