11 lines
282 B
HCL
11 lines
282 B
HCL
variable "virtual_environment_node_name" {
|
|
type = string
|
|
description = "The node name for the Proxmox Virtual Environment API"
|
|
default = "pve"
|
|
}
|
|
|
|
variable "datastore_id" {
|
|
type = string
|
|
description = "Datastore for VM disks"
|
|
default = "local-lvm"
|
|
} |