Files
iac-opentofu-public/proxmox.variables.tf
2025-08-19 11:36:54 +01:00

6 lines
112 B
HCL

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