khuedoan-homelab/infra/variables.tf
2021-04-24 13:45:13 +07:00

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"
}