Skip to content

Commit 97c3792

Browse files
authored
fix kinesis logs source docs (#366)
1 parent fe9e3a8 commit 97c3792

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docs/r/kinesis_log_source.html.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ description: |-
77

88
# sumologic_kinesis_log_source
99

10-
Provides a Sumologic Kinesis Log source. This source is used to ingest log via Kinesis Firehose from AWS.
10+
Provides a [Sumologic Kinesis Log source][2]. This source is used to ingest log via Kinesis Firehose from AWS.
1111

1212
__IMPORTANT:__ The AWS credentials are stored in plain-text in the state. This is a potential security issue.
1313

1414
## Example Usage
1515
```hcl
16-
locals {
1716
1817
resource "sumologic_kinesis_log_source" "kinesis_log_access_key" {
1918
name = "Kinesis Log"
@@ -59,7 +58,7 @@ locals {
5958
name = "my-collector"
6059
description = "Just testing this"
6160
}
62-
}
61+
6362
```
6463

6564
## Argument reference
@@ -85,7 +84,7 @@ In addition to the common properties, the following arguments are supported:
8584
The following attributes are exported:
8685

8786
- `id` - The internal ID of the source.
88-
- `url` - The HTTP endpoint to used while creating Kinesis Firehose on AWS.
87+
- `url` - The HTTP endpoint to be used while creating Kinesis Firehose on AWS.
8988

9089
## Import
9190
Kinesis Log sources can be imported using the collector and source IDs (`collector/source`), e.g.:
@@ -101,3 +100,4 @@ terraform import sumologic_kinesis_log_source.test my-test-collector/my-test-sou
101100
```
102101

103102
[1]: https://help.sumologic.com/Send_Data/Sources/03Use_JSON_to_Configure_Sources/JSON_Parameters_for_Hosted_Sources
103+
[2]: https://help.sumologic.com/03Send-Data/Sources/02Sources-for-Hosted-Collectors/Amazon-Web-Services/AWS_Kinesis_Firehose_for_Logs_Source

0 commit comments

Comments
 (0)