Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/data-sources/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@ description: |-

### Optional

- `cpus` (Number) user defined cpus for bundle
- `description` (String) Detailed description of the edge application
- `is_imported` (Boolean) Flag to represent where app bundle is already imported
- `manifest` (Block List, Max: 1) user defined manifest in JSON format (see [below for nested schema](#nestedblock--manifest))
- `manifest_file` (String) path to manifest.json
- `memory` (Number) user defined memory for bundle
- `networks` (Number) user defined network options
- `origin_type` (String) origin of object
- `parent_detail` (Block List) origin and parent related details (see [below for nested schema](#nestedblock--parent_detail))
- `project_access_list` (List of String) project access list of the app bundle
- `storage` (Number) user defined storage for bundle
- `user_defined_version` (String) User defined version for the given edge-app

### Read-Only

- `cpus` (Number) user defined cpus for bundle
- `drives` (Number) user defined drives
- `id` (String) System defined universally unique Id of the edge application
- `memory` (Number) user defined memory for bundle
- `revision` (List of Object) system defined info (see [below for nested schema](#nestedatt--revision))
- `storage` (Number) user defined storage for bundle

<a id="nestedblock--manifest"></a>
### Nested Schema for `manifest`
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Optional:

Read-Only:

- `id` (String) The ID of this resource.
- `id` (String)


<a id="nestedblock--next"></a>
Expand Down
16 changes: 8 additions & 8 deletions docs/data-sources/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ description: |-
### Read-Only

- `id` (String) System defined universally unique Id of the model.
- `revision` (List of Object) Object Revision of the model (see [below for nested schema](#nestedatt--revision))
- `revision` (Block List) Object Revision of the model (see [below for nested schema](#nestedblock--revision))

<a id="nestedblock--io_member_list"></a>
### Nested Schema for `io_member_list`
Expand Down Expand Up @@ -112,14 +112,14 @@ Read-Only:
- `version_of_parent_object` (Number) version of object present in parent


<a id="nestedatt--revision"></a>
<a id="nestedblock--revision"></a>
### Nested Schema for `revision`

Read-Only:

- `created_at` (String)
- `created_by` (String)
- `curr` (String)
- `prev` (String)
- `updated_at` (String)
- `updated_by` (String)
- `created_at` (String) The time, in milliseconds since the epoch, when the record was created.
- `created_by` (String) User data: Created By
- `curr` (String) Current Database version of the record
- `prev` (String) Previous
- `updated_at` (String) The time, in milliseconds since the epoch, when the record was last updated.
- `updated_by` (String) User data: Updated By
4,401 changes: 3,396 additions & 1,005 deletions docs/data-sources/project.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/data-sources/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Optional:

Read-Only:

- `id` (String) The ID of this resource.
- `id` (String)


<a id="nestedatt--revision"></a>
Expand Down
6 changes: 3 additions & 3 deletions docs/resources/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@ description: |-

### Optional

- `cpus` (Number) user defined cpus for bundle
- `description` (String) Detailed description of the edge application
- `is_imported` (Boolean) Flag to represent where app bundle is already imported
- `manifest` (Block List, Max: 1) user defined manifest in JSON format (see [below for nested schema](#nestedblock--manifest))
- `manifest_file` (String) path to manifest.json
- `memory` (Number) user defined memory for bundle
- `networks` (Number) user defined network options
- `origin_type` (String) origin of object
- `parent_detail` (Block List) origin and parent related details (see [below for nested schema](#nestedblock--parent_detail))
- `project_access_list` (List of String) project access list of the app bundle
- `storage` (Number) user defined storage for bundle
- `user_defined_version` (String) User defined version for the given edge-app

### Read-Only

- `cpus` (Number) user defined cpus for bundle
- `drives` (Number) user defined drives
- `id` (String) System defined universally unique Id of the edge application
- `memory` (Number) user defined memory for bundle
- `revision` (List of Object) system defined info (see [below for nested schema](#nestedatt--revision))
- `storage` (Number) user defined storage for bundle

<a id="nestedblock--manifest"></a>
### Nested Schema for `manifest`
Expand Down
16 changes: 8 additions & 8 deletions docs/resources/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ description: |-
### Read-Only

- `id` (String) System defined universally unique Id of the model.
- `revision` (List of Object) Object Revision of the model (see [below for nested schema](#nestedatt--revision))
- `revision` (Block List) Object Revision of the model (see [below for nested schema](#nestedblock--revision))

<a id="nestedblock--io_member_list"></a>
### Nested Schema for `io_member_list`
Expand Down Expand Up @@ -112,14 +112,14 @@ Read-Only:
- `version_of_parent_object` (Number) version of object present in parent


<a id="nestedatt--revision"></a>
<a id="nestedblock--revision"></a>
### Nested Schema for `revision`

Read-Only:

- `created_at` (String)
- `created_by` (String)
- `curr` (String)
- `prev` (String)
- `updated_at` (String)
- `updated_by` (String)
- `created_at` (String) The time, in milliseconds since the epoch, when the record was created.
- `created_by` (String) User data: Created By
- `curr` (String) Current Database version of the record
- `prev` (String) Previous
- `updated_at` (String) The time, in milliseconds since the epoch, when the record was last updated.
- `updated_by` (String) User data: Updated By
Loading
Loading