avx-pmarie-aws-infra/modules/dns/variables.tf

5 lines
110 B
Terraform
Raw Normal View History

2022-07-01 14:12:11 +02:00
variable "dns_zone_name" {
type = string
description = "The name of the main DNS zone to create"
}