Skip to content

Commit 463ceec

Browse files
authored
docs: Add type field documentation to runtime policies (#101)
1 parent bcca50e commit 463ceec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/r/sysdig_secure_policy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ resource "sysdig_secure_policy" "write_apt_database" {
5151

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

54+
* `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`.
55+
5456
- - -
5557

5658
### Scope selection

0 commit comments

Comments
 (0)