From 8993bba26111382c9071b0f1c798f97f57938cc3 Mon Sep 17 00:00:00 2001 From: Vijit Singhal Date: Thu, 17 Aug 2023 22:33:30 +0530 Subject: [PATCH 1/2] Update cloud_to_cloud_source.html.markdown --- website/docs/r/cloud_to_cloud_source.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/r/cloud_to_cloud_source.html.markdown b/website/docs/r/cloud_to_cloud_source.html.markdown index 4f0782de..7d08e953 100644 --- a/website/docs/r/cloud_to_cloud_source.html.markdown +++ b/website/docs/r/cloud_to_cloud_source.html.markdown @@ -45,6 +45,8 @@ The following arguments are supported: - `schema_ref` - (Required) Source schema details. + `type` - (Required) Schema type for the Cloud-to-Cloud source. +The values for `type` and `config` arguments varies per integration. Details of the same can be found [here][2]. Kindly go into the respective integration and look for the `JSON Configuration` and `Config Parameters` sections. + ## Attributes Reference The following attributes are exported: From bca04816b9ec017e6c1f7ba1ce58a2899757f994 Mon Sep 17 00:00:00 2001 From: Maisie Wang Date: Thu, 17 Aug 2023 10:16:08 -0700 Subject: [PATCH 2/2] Update cloud_to_cloud_source.html.markdown --- website/docs/r/cloud_to_cloud_source.html.markdown | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/website/docs/r/cloud_to_cloud_source.html.markdown b/website/docs/r/cloud_to_cloud_source.html.markdown index 7d08e953..0cecf161 100644 --- a/website/docs/r/cloud_to_cloud_source.html.markdown +++ b/website/docs/r/cloud_to_cloud_source.html.markdown @@ -41,11 +41,10 @@ resource "sumologic_collector" "collector" { ## Argument reference The following arguments are supported: - - `config` - (Required) This is a JSON object which contains the configuration parameters for the Source. - `schema_ref` - (Required) Source schema details. - + `type` - (Required) Schema type for the Cloud-to-Cloud source. + + `type` - (Required) Schema type for the Cloud-to-Cloud integration source. Available schema types can be found [here][2]. + - `config` - (Required) This is a JSON object which contains the configuration parameters for the Source. Each schema type requires different JSON parameters. Refer to `JSON Configuration` and `Config Parameters` sections in the integration page for the specific `type` you have chosen to create. -The values for `type` and `config` arguments varies per integration. Details of the same can be found [here][2]. Kindly go into the respective integration and look for the `JSON Configuration` and `Config Parameters` sections. ## Attributes Reference The following attributes are exported: