Update hierarchical_rules.schema.yaml (#1285)

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
This commit is contained in:
Simone Ruffilli 2023-03-30 08:30:52 +02:00 committed by GitHub
parent c76e95e7e8
commit e2b0ef55ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ map(include('hierarchical_rule'))
hierarchical_rule:
description: str()
direction: enum("INGRESS", "EGRESS")
action: enum("allow", "deny")
action: enum("allow", "deny", "goto_next")
priority: int()
ranges: list(str())
target_resources: any(null(), list(str()))