From f67ada912cfcff869d20c0cd603c43e006d80031 Mon Sep 17 00:00:00 2001 From: bjoepfeiffer Date: Wed, 27 Nov 2024 11:01:58 -0500 Subject: [PATCH] Make docs --- docs/resources/dashboard.md | 4 ++++ docs/resources/integration.md | 1 + 2 files changed, 5 insertions(+) diff --git a/docs/resources/dashboard.md b/docs/resources/dashboard.md index a65e2cf0..33130ec0 100644 --- a/docs/resources/dashboard.md +++ b/docs/resources/dashboard.md @@ -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. diff --git a/docs/resources/integration.md b/docs/resources/integration.md index 0577419f..9cb79d9d 100644 --- a/docs/resources/integration.md +++ b/docs/resources/integration.md @@ -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