Refactor firewalls and add descriptions

This commit is contained in:
Tobias Reisinger 2024-11-01 03:12:34 +01:00
parent 96b298c0c9
commit fb9d50a86e
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 33 additions and 27 deletions

View file

@ -151,6 +151,7 @@ variable "services" {
conditions = optional(list(string))
}))
ports = optional(list(object({
description = string
port = number
protocol = string
type = string