diff --git a/proxmox.variables.tf b/proxmox.variables.tf index cbce36e..d0eb3d5 100644 --- a/proxmox.variables.tf +++ b/proxmox.variables.tf @@ -4,6 +4,12 @@ variable "proxmox_server" { sensitive = false } +variable "proxmox_server_ssh" { + description = "Proxmox server ssh url" + type = string + sensitive = true +} + variable "proxmox_apikey" { description = "Proxmox server api key" type = string