terraform/non-lab/variables.tf

12 lines
172 B
Terraform
Raw Normal View History

2025-04-15 12:01:56 +00:00
variable "esphome_boards" {
type = list(object({
name = string
address = string
mac = string
}))
}
variable "dhcp_subnets" {
type = map(string)
}