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