31 lines
335 B
HCL
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
|
|
}
|
|
|
|
|