Update terraform/variabeles.tf

This commit is contained in:
2026-02-15 10:46:38 +01:00
parent 0638f33bfb
commit bea1be483e

View File

@@ -3,3 +3,8 @@ variable "proxmox_token_secret" {
type = string
sensitive = true
}
variable "ssh_public_key" {
description = "SSH public key for VM access"
type = string
}