Add VPN flag for DNS and update TLSA record for mail
This commit is contained in:
parent
32e42626a1
commit
a7a8d17186
6 changed files with 23 additions and 17 deletions
|
@ -139,6 +139,7 @@ variable "services" {
|
|||
domain = string
|
||||
name = optional(string)
|
||||
alias = optional(string)
|
||||
vpn = optional(bool)
|
||||
})))
|
||||
backup = optional(list(object({
|
||||
name = string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue