14 lines
210 B
HCL
14 lines
210 B
HCL
variable "name" {
|
|
description = "route53 name"
|
|
type = string
|
|
}
|
|
|
|
variable "public" {
|
|
description = "route53 name"
|
|
type = bool
|
|
}
|
|
|
|
variable "vpc_id" {
|
|
description = "vpc_id"
|
|
type = string
|
|
} |