Add configuration for CoreDNS and update host variables for lab environment
This commit is contained in:
@@ -31,6 +31,7 @@ variable "services" {
|
||||
type = map(object({
|
||||
fqdn = list(string)
|
||||
upstream = string
|
||||
resolver = optional(string, "")
|
||||
default_headers = optional(map(string), {}),
|
||||
http_port = optional(number, 80)
|
||||
https_port = optional(number, 443)
|
||||
@@ -40,6 +41,7 @@ variable "services" {
|
||||
headers = optional(map(string), {}),
|
||||
private = optional(bool, false),
|
||||
upstream = optional(string, ""),
|
||||
resolver = optional(string, "")
|
||||
rewrite = optional(string, "")
|
||||
})), [])
|
||||
custom_snippet = optional(string, "")
|
||||
|
||||
Reference in New Issue
Block a user