We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ba155 commit 6583ab3Copy full SHA for 6583ab3
docs/resources/abac_rules.md
@@ -48,8 +48,14 @@ resource "codefresh_abac_rules" "app_rule" {
48
* TERMINATE_SYNC
49
* VIEW_POD_LOGS
50
* APP_ROLLBACK
51
+ * "TRIGGER_PROMOTION"
52
+ * "RETRY_RELEASE"
53
+ * "PROMOTE_TO"
54
- `entity_type` (String) The type of resources the ABAC rules applies to. Possible values:
55
* gitopsApplications
56
+ * promotionFlows
57
+ * products
58
+ * environments
59
- `teams` (Set of String) The IDs of the teams the ABAC rules apply to.
60
61
### Optional
0 commit comments