File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ Action to be allowed. Possible values:
70
70
* TERMINATE_SYNC
71
71
* VIEW_POD_LOGS
72
72
* APP_ROLLBACK
73
- * " TRIGGER_PROMOTION"
74
- * " RETRY_RELEASE"
75
- * " PROMOTE_TO"
73
+ * TRIGGER_PROMOTION
74
+ * RETRY_RELEASE
75
+ * PROMOTE_TO
76
76
` ,
77
77
Type : schema .TypeSet ,
78
78
Required : true ,
Original file line number Diff line number Diff line change @@ -48,8 +48,14 @@ resource "codefresh_abac_rules" "app_rule" {
48
48
* TERMINATE_SYNC
49
49
* VIEW_POD_LOGS
50
50
* APP_ROLLBACK
51
+ * TRIGGER_PROMOTION
52
+ * RETRY_RELEASE
53
+ * PROMOTE_TO
51
54
- ` entity_type ` (String) The type of resources the ABAC rules applies to. Possible values:
52
55
* gitopsApplications
56
+ * promotionFlows
57
+ * products
58
+ * environments
53
59
- ` teams ` (Set of String) The IDs of the teams the ABAC rules apply to.
54
60
55
61
### Optional
You can’t perform that action at this time.
0 commit comments