Files
ProxmoxInfra/modules/networking/variables.tf

5 lines
122 B
HCL

variable "proxmox_node_name" {
description = "Name of the Proxmox node to manage resources on"
type = string
}