Improve ports configuration

This commit is contained in:
Tobias Reisinger 2024-10-21 01:52:16 +02:00
parent ff92241ddb
commit e17156a8ca
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 37 additions and 10 deletions
modules/services

View file

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