Update terraform/variabeles.tf
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user