This commit is contained in:
2024-05-11 07:18:35 -05:00
parent 855ad01b3e
commit 0e65f63314
3 changed files with 4 additions and 13 deletions

View File

@@ -8,11 +8,6 @@ variable "dnsserver" {
type = string
}
variable "sshkeys" {
description = "Public SSH key to inject into CloudInit"
type = string
}
variable "pm_password" {
description = "Passowrd to Proxmox provider"
type = string
@@ -52,4 +47,4 @@ variable "k3server" {
node = list(string)
ip = list(number)
})
}
}