avx-pmarie-aws-infra/modules/dns/variables.tf
2022-07-01 14:12:11 +02:00

5 lines
110 B
HCL

variable "dns_zone_name" {
type = string
description = "The name of the main DNS zone to create"
}