Initial
This commit is contained in:
30
variables.tf
Normal file
30
variables.tf
Normal 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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user