Refactor firewalls and add descriptions
This commit is contained in:
parent
96b298c0c9
commit
fb9d50a86e
4 changed files with 33 additions and 27 deletions
|
@ -151,6 +151,7 @@ variable "services" {
|
|||
conditions = optional(list(string))
|
||||
}))
|
||||
ports = optional(list(object({
|
||||
description = string
|
||||
port = number
|
||||
protocol = string
|
||||
type = string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue