Refactor "dns" to remove target-domain split
This commit is contained in:
parent
82c25edf8e
commit
810bf9acb5
8 changed files with 33 additions and 72 deletions
modules/services
|
@ -7,7 +7,6 @@ variable "services" {
|
|||
host = string
|
||||
dns = optional(list(object({
|
||||
domain = string
|
||||
target = string
|
||||
name = optional(string)
|
||||
alias = optional(string)
|
||||
})))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue