diff --git a/terraform/variabeles.tf b/terraform/variabeles.tf index 3be40cd..6136a20 100644 --- a/terraform/variabeles.tf +++ b/terraform/variabeles.tf @@ -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 +} \ No newline at end of file