terraform-demo/modules/route53/variables.tf
2023-01-11 20:21:43 +09:00

5 lines
71 B
HCL

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