Improve ports configuration
This commit is contained in:
parent
ff92241ddb
commit
e17156a8ca
6 changed files with 37 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue