This commit is contained in:
@@ -2,11 +2,6 @@ variable "proxmox_password" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "proxmox_ssh_private_key" {
|
||||
type = string
|
||||
description = "Unencrypted SSH private key used for root@flex upload"
|
||||
}
|
||||
|
||||
variable "target_node" {
|
||||
type = string
|
||||
}
|
||||
@@ -84,9 +79,3 @@ variable "TS_AUTHKEY" {
|
||||
description = "Tailscale auth key used in cloud-init"
|
||||
}
|
||||
|
||||
|
||||
variable "SSH_KEY" {
|
||||
type = string
|
||||
description = "Private SSH key used to upload cloud-init files to Proxmox"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user