Skip to content

Commit 5825ee0

Browse files
run make docs
1 parent c9ba155 commit 5825ee0

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

codefresh/resource_abac_rules.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ Action to be allowed. Possible values:
7070
* TERMINATE_SYNC
7171
* VIEW_POD_LOGS
7272
* APP_ROLLBACK
73-
* "TRIGGER_PROMOTION"
74-
* "RETRY_RELEASE"
75-
* "PROMOTE_TO"
73+
* TRIGGER_PROMOTION
74+
* RETRY_RELEASE
75+
* PROMOTE_TO
7676
`,
7777
Type: schema.TypeSet,
7878
Required: true,

docs/resources/abac_rules.md

+6
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,14 @@ resource "codefresh_abac_rules" "app_rule" {
4848
* TERMINATE_SYNC
4949
* VIEW_POD_LOGS
5050
* APP_ROLLBACK
51+
* TRIGGER_PROMOTION
52+
* RETRY_RELEASE
53+
* PROMOTE_TO
5154
- `entity_type` (String) The type of resources the ABAC rules applies to. Possible values:
5255
* gitopsApplications
56+
* promotionFlows
57+
* products
58+
* environments
5359
- `teams` (Set of String) The IDs of the teams the ABAC rules apply to.
5460

5561
### Optional

0 commit comments

Comments
 (0)