Files
terraform-lxd/variables.tf
2024-01-27 17:25:58 +01:00

31 lines
335 B
HCL

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
}