rewritten files such its more abstracted

This commit is contained in:
Petar Cubela
2025-09-21 23:35:16 +02:00
parent cc6cb8c9da
commit fe593b1190
8 changed files with 320 additions and 8 deletions

View File

@@ -7,12 +7,24 @@ variable "realm" {
type = string
}
variable "hostname_ipa" {
type = string
}
## PVE
variable "student_vm_template" {
type = string
}
variable "proxmox_host" {
type = string
}
variable "prov_user" {
type = string
}
## General
variable "petar_ssh_public_key" {
@@ -25,4 +37,6 @@ variable "petar_ssh_private_key" {
sensitive = true
}
variable "working_directory" {
type = string
}