Skip to content

Commit

Permalink
BREAKING CHANGE: Add support for Opensearch and Opensearch Serverless…
Browse files Browse the repository at this point in the history
… destinations
  • Loading branch information
fdmsantos committed Feb 19, 2024
1 parent 1a11d32 commit 0514a47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Supports all destinations and all Kinesis Firehose Features.

#### Kinesis Data Stream

**To Enabled it:** `input_source = "kinesis"`.
**To Enabled it:** `input_source = "kinesis"`

```hcl
module "firehose" {
Expand All @@ -122,15 +122,15 @@ module "firehose" {

##### Kinesis Data Stream Encrypted

If Kinesis Data Stream is encrypted, it's necessary pass this info to module .
If Kinesis Data Stream is encrypted, it's necessary pass this info to module

**To Enabled It:** `input_source = "kinesis"`.
**To Enabled It:** `input_source = "kinesis"`

**KMS Key:** use `kinesis_source_kms_arn` variable to indicate the KMS Key to module add permissions to policy to decrypt the Kinesis Data Stream.
**KMS Key:** use `kinesis_source_kms_arn` variable to indicate the KMS Key to module add permissions to policy to decrypt the Kinesis Data Stream

#### Direct Put

**To Enabled it:** `input_source = "waf"`.
**To Enabled it:** `input_source = "waf"`

```hcl
module "firehose" {
Expand Down

0 comments on commit 0514a47

Please sign in to comment.