From 463ceec2530db9b4f53acbfda7c50217e98c90db Mon Sep 17 00:00:00 2001 From: Fede Barcelona Date: Wed, 5 May 2021 09:25:01 +0200 Subject: [PATCH] docs: Add `type` field documentation to runtime policies (#101) --- website/docs/r/sysdig_secure_policy.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/r/sysdig_secure_policy.md b/website/docs/r/sysdig_secure_policy.md index 1d169f24..56df707f 100644 --- a/website/docs/r/sysdig_secure_policy.md +++ b/website/docs/r/sysdig_secure_policy.md @@ -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