nix-config/opentofu/modules/proxmox-node/variables.tf

11 lines
253 B
HCL

variable "node_name" {
type = string
description = "The name of the Proxmox node (e.g. pve)"
}
variable "zfs_pool_name" {
type = string
default = "data"
description = "The name of the ZFS pool to create on the data disk"
}