khuedoan-homelab/infra/variables.tf

8 lines
239 B
Terraform
Raw Normal View History

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