Add support for nginx streams
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user