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

View file

@ -145,7 +145,11 @@ variable "services" {
group = optional(string)
conditions = optional(list(string))
}))
ports = optional(list(string))
ports = optional(list(object({
port = number
protocol = string
type = string
})))
certificates = optional(list(string))
auth = bool
auth_cert = optional(string)