Many things
Some checks failed
/ non-lab (push) Waiting to run
/ authentik (push) Has been cancelled

This commit is contained in:
Chris Cowley 2025-04-17 15:15:03 +02:00
parent 05d4287d05
commit 4ecb167ff6
5 changed files with 52 additions and 67 deletions

View file

@ -19,6 +19,14 @@ variable "esphome_boards" {
mac = string
}))
}
variable "iot_devices" {
type = list(object({
name = string
address = string
mac = string
description = string
}))
}
variable "dhcp_subnets" {
type = map(string)
}