Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Org Security Policies (Hierarchical Firewalls) (#3626) (#425)
Browse files Browse the repository at this point in the history
Co-authored-by: Dana Hoffman <[email protected]>
Signed-off-by: Modular Magician <[email protected]>

Co-authored-by: Dana Hoffman <[email protected]>
  • Loading branch information
modular-magician and danawillow authored Aug 4, 2020
1 parent 9ee8357 commit 64ec4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/google_compute_security_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Properties that can be accessed from the `google_compute_security_policy` resour

* `description`: A description of the rule.

* `priority`: An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.
* `priority`: An integer indicating the priority of a rule in the list. The priority must be a value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.

* `action`: The Action to preform when the client connection triggers the rule. Can currently be either "allow" or "deny()" where valid values for status are 403, 404, and 502.

Expand Down

0 comments on commit 64ec4dc

Please sign in to comment.