init of new project root
This commit is contained in:
28
variables.tf
Normal file
28
variables.tf
Normal file
@@ -0,0 +1,28 @@
|
||||
## 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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user