This commit is contained in:
cpu
2024-01-27 17:18:18 +01:00
parent 3736e05a82
commit c9d6341a55
6 changed files with 313 additions and 0 deletions

30
variables.tf Normal file
View File

@@ -0,0 +1,30 @@
variable "lxd_host" {
type = string
}
variable "lxd_port" {
type = string
default = "8443"
}
variable "lxd_password" {
type = string
}
variable "ldap_rootbinddn" {
type = string
}
variable "ldap_rootbindpw" {
type = string
}
variable "ldap_url" {
type = string
}
variable "ldap_searchbase" {
type = string
}