From f00e48f84c231ff258350af996ea8bfde04e6224 Mon Sep 17 00:00:00 2001 From: Hila krut Date: Mon, 30 Sep 2024 12:46:45 +0300 Subject: [PATCH] Refactor attribute section in secure posture accept risk documentation --- website/docs/r/secure_posture_accept_risk.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/r/secure_posture_accept_risk.md b/website/docs/r/secure_posture_accept_risk.md index fc84e32a..ee65f863 100644 --- a/website/docs/r/secure_posture_accept_risk.md +++ b/website/docs/r/secure_posture_accept_risk.md @@ -32,7 +32,7 @@ resource "sysdig_secure_posture_accept_risk" "accept_risk_resource" { } ``` -## Attributes Reference +## Argument Reference - `id` - (Computed) The unique identifier for the risk acceptance. - `control_name` - (Required) The name of the posture control being accepted. @@ -62,6 +62,8 @@ resource "sysdig_secure_posture_accept_risk" "accept_risk_resource" { - `accept_period` - (Computed) The period for which the risk is accepted. +## Attributes Reference + In addition to all arguments above, the following attributes are exported: - `author` - (Computed) The custom control author.