2021-04-21 23:28:54 +07:00
|
|
|
variable "lxd_address" {
|
|
|
|
description = "LXD cluster address, should be generated automatically from metal"
|
|
|
|
}
|
|
|
|
|
|
|
|
variable "lxd_password" {
|
|
|
|
description = "Password to connect to LXD cluster, should be generated automatically from metal"
|
|
|
|
}
|