variable "enabled" { description = "Set to false to do nothing" type = bool default = true } variable "name" { type = string } variable "ip_addresses" { type = list(any) } variable "dns_info" { type = map(any) }