Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cloud_to_cloud_source.html.markdown #564

Merged
merged 2 commits into from
Sep 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading