Skip to content

Commit

Permalink
docs: Add type field documentation to runtime policies (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
tembleking authored May 5, 2021
1 parent bcca50e commit 463ceec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/r/sysdig_secure_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ resource "sysdig_secure_policy" "write_apt_database" {

* `enabled` - (Optional) Will secure process with this rule?. By default this is true.

* `type` - (Optional) Specifies the type of the runtime policy. Must be one of: `falco`, `list_matching`, `k8s_audit`, `aws_cloudtrail`. By default it is `falco`.

- - -

### Scope selection
Expand Down

0 comments on commit 463ceec

Please sign in to comment.