Add support for nginx streams

This commit is contained in:
2025-06-16 23:19:25 +02:00
parent b813cf8eda
commit c162944a73
10 changed files with 136 additions and 7 deletions
@@ -36,3 +36,9 @@ variable "zones" {
}))
default = []
}
variable "external_dns_enabled" {
description = "Enable listening on port 53 on the loadbalancer for external DNS resolution"
type = bool
default = false
}