Skip to content

Commit 76ea6c5

Browse files
SeanKnightapparentlymart
authored andcommitted
website: fix error in the Kinesis Firehose ElasticSearch example
"destination" was set to "redshift" by mistake.
1 parent 11cd9b4 commit 76ea6c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/source/docs/providers/aws/r/kinesis_firehose_delivery_stream.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ resource "aws_elasticsearch_domain" "test_cluster" {
9393
9494
resource "aws_kinesis_firehose_delivery_stream" "test_stream" {
9595
name = "terraform-kinesis-firehose-test-stream"
96-
destination = "redshift"
96+
destination = "elasticsearch"
9797
s3_configuration {
9898
role_arn = "${aws_iam_role.firehose_role.arn}"
9999
bucket_arn = "${aws_s3_bucket.bucket.arn}"

0 commit comments

Comments
 (0)