variable "name" {
  type        = string
  description = "The actual domain"
  default     = ""
}

variable "vpcid" {
  type        = string
  description = "which VPC to associate the zone with"
  default     = ""
}

variable "zone_type" {
  type        = string
  description = "Is it a public or private zone"
  default     = ""
}
