Skip to content

Commit

Permalink
Merge pull request #564 from SumoLogic/vsinghal13-patch-1
Browse files Browse the repository at this point in the history
Update cloud_to_cloud_source.html.markdown
  • Loading branch information
sumovishal authored Sep 7, 2023
2 parents c214bf6 + bca0481 commit a2dceb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/docs/r/cloud_to_cloud_source.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +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.


## Attributes Reference
The following attributes are exported:
Expand Down

0 comments on commit a2dceb4

Please sign in to comment.