terraform-root/images/variables.tf

11 lines
208 B
HCL

variable "datastore_iso" {
type = string
default = "local"
}
variable "node_name" {
type = string
default = "pve"
}
variable "image_url" { type = string }
variable "file_name" { type = string }