Skip to content

Commit bca0481

Browse files
authored
Update cloud_to_cloud_source.html.markdown
1 parent 8993bba commit bca0481

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

website/docs/r/cloud_to_cloud_source.html.markdown

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@ resource "sumologic_collector" "collector" {
4141
## Argument reference
4242
The following arguments are supported:
4343

44-
- `config` - (Required) This is a JSON object which contains the configuration parameters for the Source.
4544
- `schema_ref` - (Required) Source schema details.
46-
+ `type` - (Required) Schema type for the Cloud-to-Cloud source.
45+
+ `type` - (Required) Schema type for the Cloud-to-Cloud integration source. Available schema types can be found [here][2].
46+
- `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.
4747

48-
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.
4948

5049
## Attributes Reference
5150
The following attributes are exported:

0 commit comments

Comments
 (0)