Update terraform/variabeles.tf
This commit is contained in:
@@ -3,3 +3,8 @@ variable "proxmox_token_secret" {
|
|||||||
type = string
|
type = string
|
||||||
sensitive = true
|
sensitive = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
variable "ssh_public_key" {
|
||||||
|
description = "SSH public key for VM access"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user