Update proxmox.variables.tf

This commit is contained in:
2025-08-21 21:19:30 +00:00
parent b7352f62e0
commit 6e5796725e

View File

@ -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