mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-11-01 10:48:36 +00:00
17 lines
303 B
HCL
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
|
|
}
|