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