19 lines
407 B
HCL
19 lines
407 B
HCL
variable "proxmox_api_token" {
|
|
description = "Token to connect Proxmox API"
|
|
type = string
|
|
}
|
|
|
|
variable "ssh_public_key" {
|
|
description = "SSH client public key"
|
|
type = string
|
|
}
|
|
|
|
variable "proxmox_endpoint" {
|
|
description = "Proxmox endpoint"
|
|
type = string
|
|
}
|
|
|
|
variable "proxmox_host_ip" {
|
|
description = "Proxmox ip for backup nfs share"
|
|
type = string
|
|
} |