variable "legacy_private_dns" { description = "A map of legacy hostnames to lists of IPs. To disable, just remove an entry." type = map(any) } variable "legacy_private_cname_dns" { description = "A map of legacy hostnames to lists of dns entries. To disable, just remove an entry." type = map(any) } variable "legacy_public_dns" { description = "A map of legacy hostnames to lists of IPs. To disable, just remove an entry." type = map(any) } variable "legacy_public_cname_dns" { description = "A map of legacy hostnames to lists of dns entries. To disable, just remove an entry." type = map(any) } # inherited variables variable "tags" { type = map(any) }