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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,6 @@ Catalog Entity
33
33
-`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).
34
34
-`dependencies` (Attributes List) List of dependencies for the entity. (see [below for nested schema](#nestedatt--dependencies))
35
35
-`description` (String) Description of the entity visible in the Service or Resource Catalog. Markdown is supported.
36
-
-`domain_parents` (Attributes List) List of parent domains for the entity. The list of parents can only be entities of type `DOMAIN`. (see [below for nested schema](#nestedatt--domain_parents))
37
36
-`firehydrant` (Attributes) FireHydrant configuration for the entity. (see [below for nested schema](#nestedatt--firehydrant))
38
37
-`git` (Attributes) Git configuration for the entity. (see [below for nested schema](#nestedatt--git))
39
38
-`groups` (List of String) List of groups related to the entity.
@@ -46,6 +45,7 @@ Catalog Entity
46
45
-`microsoft_teams` (Attributes List) List of Microsoft Teams channels for the entity. (see [below for nested schema](#nestedatt--microsoft_teams))
47
46
-`on_call` (Attributes) On-call configuration for the entity. (see [below for nested schema](#nestedatt--on_call))
48
47
-`owners` (Attributes List) List of owners for the entity. Owners can be users, groups, or Slack channels. (see [below for nested schema](#nestedatt--owners))
48
+
-`parents` (Attributes List) List of parents for the entity. The list of parents can only be entities of type `DOMAIN`. (see [below for nested schema](#nestedatt--parents))
49
49
-`rollbar` (Attributes) Rollbar configuration for the entity. (see [below for nested schema](#nestedatt--rollbar))
50
50
-`sentry` (Attributes) Sentry configuration for the entity. (see [below for nested schema](#nestedatt--sentry))
51
51
-`service_now` (Attributes) ServiceNow configuration for the entity. (see [below for nested schema](#nestedatt--service_now))
@@ -228,14 +228,6 @@ Optional:
228
228
-`path` (String) The actual endpoint this dependency refers to.
229
229
230
230
231
-
<aid="nestedatt--domain_parents"></a>
232
-
### Nested Schema for `domain_parents`
233
-
234
-
Required:
235
-
236
-
-`tag` (String) Tag of the parent domain.
237
-
238
-
239
231
<aid="nestedatt--firehydrant"></a>
240
232
### Nested Schema for `firehydrant`
241
233
@@ -504,6 +496,14 @@ Optional:
504
496
-`provider` (String) Provider of the owner. Only allowed if `type` is `group`.
0 commit comments