Refactor all_services to remove name attribute
This commit is contained in:
parent
6f9f888478
commit
1d14ac888e
16 changed files with 42 additions and 71 deletions
modules/services
|
@ -3,7 +3,6 @@ variable "authentik_url" {
|
|||
|
||||
variable "services" {
|
||||
type = map(object({
|
||||
name = string
|
||||
host = string
|
||||
dns = optional(list(object({
|
||||
domain = string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue