29 lines
312 B
HCL
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
|
|
}
|
|
|
|
|