add: default port number for lawndale DNS variable
This commit is contained in:
@@ -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" {
|
||||||
|
|||||||
Reference in New Issue
Block a user