terraform/non-lab/variables.tf
Chris Cowley 88df812db9
Some checks failed
/ authentik (push) Failing after 2m7s
/ non-lab (push) Failing after 2m0s
Added Opnsense
2025-04-16 07:10:00 +00:00

11 lines
172 B
HCL

variable "esphome_boards" {
type = list(object({
name = string
address = string
mac = string
}))
}
variable "dhcp_subnets" {
type = map(string)
}