Skip to content

Commit

Permalink
Make docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoepfeiffer committed Nov 27, 2024
1 parent 290ae43 commit f67ada9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/resources/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ resource "jupiterone_widget" "plot-compliance-per-control" {
- `name` (String) The name of the dashboard.
- `type` (String) The type of the dashboard.

### Optional

- `resource_group_id` (String) The ID of the resource group that the dashboard belongs to.

### Read-Only

- `id` (String) The ID of this resource.
Expand Down
1 change: 1 addition & 0 deletions docs/resources/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ resource "jupiterone_integration" "example_custom_integration" {
- `description` (String) The description of the integration instance.
- `ingestion_sources_overrides` (List of Object) Overrides for ingestion sources. (see [below for nested schema](#nestedatt--ingestion_sources_overrides))
- `polling_interval_cron_expression` (String) The cron expression for the polling interval as a JSON string.
- `resource_group_id` (String) The ID of the resource group to which the integration instance belongs.
- `source_integration_instance_id` (String) The ID of the source integration instance.

### Read-Only
Expand Down

0 comments on commit f67ada9

Please sign in to comment.