Files
terraform-talos/proxmox/init/variables.tf
2024-06-15 12:55:04 +03:00

17 lines
303 B
HCL

variable "proxmox_host" {
description = "Proxmox host"
type = string
default = "192.168.1.1"
}
variable "proxmox_token_id" {
description = "Proxmox token id"
type = string
}
variable "proxmox_token_secret" {
description = "Proxmox token secret"
type = string
}