Files
tofu-lab-pve/variables.tf
2025-09-17 23:39:41 +02:00

17 lines
178 B
HCL

variable "domain" {
type = string
}
variable "ssh_public_key" {
type = string
sensitive = true
}
variable "ssh_private_key" {
type = string
sensitive = true
}