Add k3s nucs to KEA and DNS
Some checks failed
/ authentik (push) Failing after 43s
/ non-lab (push) Failing after 14m34s

This commit is contained in:
Chris Cowley 2025-04-16 11:47:40 +02:00
parent 4d414c88f0
commit 05d4287d05
4 changed files with 94 additions and 1 deletions

View file

@ -1,4 +1,17 @@
variable "physical_lab" {
type = list(object({
name = string
address = string
mac = string
}))
}
variable "physical_home" {
type = list(object({
name = string
address = string
mac = string
}))
}
variable "esphome_boards" {
type = list(object({
name = string