10 lines
343 B
HCL
10 lines
343 B
HCL
variable "pm_api_url" { type = string }
|
|
variable "pm_user" { type = string }
|
|
variable "pm_token" { type = string }
|
|
variable "node" { type = string } # e.g. pve01
|
|
variable "arch_template"{
|
|
type = string
|
|
default = "local:vztmpl/archlinux-base_20240911-1_amd64.tar.zst"
|
|
}
|
|
variable "bin_lxc_password" { type = string }
|