You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/catalog_entity.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ Catalog Entity
28
28
-`checkmarx` (Attributes) Checkmarx configuration for the entity. (see [below for nested schema](#nestedatt--checkmarx))
29
29
-`children` (Attributes List) List of child entities for the entity. Only used for entities of type `TEAM` or `DOMAIN`. (see [below for nested schema](#nestedatt--children))
30
30
-`ci_cd` (Attributes) CI/CD configuration for the entity. (see [below for nested schema](#nestedatt--ci_cd))
31
+
-`circle_ci` (Attributes) CircleCI configuration for the entity. (see [below for nested schema](#nestedatt--circle_ci))
31
32
-`coralogix` (Attributes) Coralogix configuration for the entity. (see [below for nested schema](#nestedatt--coralogix))
32
33
-`dashboards` (Attributes) Dashboards configuration for the entity. (see [below for nested schema](#nestedatt--dashboards))
33
34
-`definition` (String) Set when the entity is a Resource. These are the properties defined by the Resource Definition, in JSON format in a string (use the `jsonencode` function to convert a JSON object to a string).
@@ -176,6 +177,26 @@ Required:
176
177
177
178
178
179
180
+
<aid="nestedatt--circle_ci"></a>
181
+
### Nested Schema for `circle_ci`
182
+
183
+
Optional:
184
+
185
+
-`projects` (Attributes List) List of CircleCI projects for the entity. (see [below for nested schema](#nestedatt--circle_ci--projects))
186
+
187
+
<aid="nestedatt--circle_ci--projects"></a>
188
+
### Nested Schema for `circle_ci.projects`
189
+
190
+
Required:
191
+
192
+
-`slug` (String) The slug of the project in CircleCI.
193
+
194
+
Optional:
195
+
196
+
-`alias` (String) CircleCI alias. Only relevant if you've opted into multi-account support.
0 commit comments