added first ipa client vm

This commit is contained in:
Petar Cubela
2025-09-24 10:52:31 +02:00
parent 59b27eddae
commit 9daaec2cc7
6 changed files with 200 additions and 11 deletions

View File

@@ -11,6 +11,11 @@ variable "hostname_ipa" {
type = string
}
variable "hostname_vms" {
type = list(string)
}
## PVE
variable "student_vm_template" {