Files
tofu-pve-lnx/variables.tf
2025-09-20 19:56:03 +02:00

29 lines
312 B
HCL

## FreeIPA
variable "domain" {
type = string
}
variable "realm" {
type = string
}
## PVE
variable "student_vm_template" {
type = string
}
## General
variable "petar_ssh_public_key" {
type = string
sensitive = true
}
variable "petar_ssh_private_key" {
type = string
sensitive = true
}