Improve lego service to be more dynamic

This commit is contained in:
Tobias Reisinger 2024-10-13 16:33:09 +02:00
parent fa2059bb32
commit be3c610bd4
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
14 changed files with 64 additions and 46 deletions
modules/services

View file

@ -16,6 +16,7 @@ variable "services" {
type = string
})))
ports = optional(list(string))
certificates = optional(list(string))
auth = bool
auth_cert = optional(string)
auth_redirects = optional(list(string))