11 lines
172 B
HCL
11 lines
172 B
HCL
|
|
variable "esphome_boards" {
|
|
type = list(object({
|
|
name = string
|
|
address = string
|
|
mac = string
|
|
}))
|
|
}
|
|
variable "dhcp_subnets" {
|
|
type = map(string)
|
|
}
|