add: default port number for lawndale DNS variable

This commit is contained in:
2022-05-27 04:17:44 +02:00
parent 3d38d4eaa2
commit b97d9016d0

View File

@@ -7,6 +7,7 @@ variable "lawndale_dns_host" {
variable "lawndale_dns_port" { variable "lawndale_dns_port" {
type = number type = number
description = "Port where the lawndale internal DNS server listens on" description = "Port where the lawndale internal DNS server listens on"
default = 53
} }
variable "lawndale_dns_transport" { variable "lawndale_dns_transport" {