variable "name" { description = "route53 name" type = string } variable "public" { description = "route53 name" type = bool } variable "vpc_id" { description = "vpc_id" type = string }