From 6583ab3798ab485adba1aa3da67fb3cab951fc9c Mon Sep 17 00:00:00 2001 From: danielm-codefresh Date: Tue, 3 Sep 2024 08:51:06 +0300 Subject: [PATCH] run make docs --- docs/resources/abac_rules.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/resources/abac_rules.md b/docs/resources/abac_rules.md index 1aecdae5..c98fff94 100644 --- a/docs/resources/abac_rules.md +++ b/docs/resources/abac_rules.md @@ -48,8 +48,14 @@ resource "codefresh_abac_rules" "app_rule" { * TERMINATE_SYNC * VIEW_POD_LOGS * APP_ROLLBACK + * "TRIGGER_PROMOTION" + * "RETRY_RELEASE" + * "PROMOTE_TO" - `entity_type` (String) The type of resources the ABAC rules applies to. Possible values: * gitopsApplications + * promotionFlows + * products + * environments - `teams` (Set of String) The IDs of the teams the ABAC rules apply to. ### Optional