mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
8 lines
239 B
HCL
8 lines
239 B
HCL
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"
|
|
}
|