terraform-demo/modules/route53/variables.tf
2023-01-10 09:29:59 +09:00

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
}