switch default behaviour for ingress

This commit is contained in:
Richard Olson 2023-08-23 21:17:47 +10:00
parent def012d32e
commit 2f4b141d7a
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ locals {
direction = "INGRESS"
name = k
priority = v.priority
action = lookup(v, "action", "deny")
action = lookup(v, "action", "allow")
description = lookup(v, "description", null)
disabled = lookup(v, "disabled", false)
enable_logging = lookup(v, "enable_logging", null)