k8s-cluster/terraform/testbed-hetzner/variables.tf

18 lines
309 B
Terraform
Raw Normal View History

2024-05-17 22:03:38 -04:00
variable "pm_user" {
default = "terraform@pve"
}
variable "vmid" {
default = 400
description = "Starting ID for the Prox VMs"
}
variable "proxmox_node05_password" {
type = string
description = "prox05 pve pass"
}
variable "vultr_apikey" {
type = string
description = "vultr cloud api key"
}