terraform-demo/modules/route53/variables.tf

9 lines
142 B
HCL

variable "name" {
description = "route53 name"
type = string
}
variable "name" {
description = "route53 name"
type = string
}