5 lines
110 B
HCL
5 lines
110 B
HCL
variable "dns_zone_name" {
|
|
type = string
|
|
description = "The name of the main DNS zone to create"
|
|
}
|