12 lines
238 B
HCL
12 lines
238 B
HCL
variable "proxmox_host" {
|
|
default = "pve"
|
|
}
|
|
|
|
variable "template_name" {
|
|
default = "alpine-gold"
|
|
}
|
|
|
|
variable "ssh_key" {
|
|
default = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPiMj6yG62yNiju2H3FQicX76AsBRZfxpMMfVeCEXEsF sergio@nas"
|
|
}
|