Skip to content

Commit

Permalink
provider/aws: change kinesis_firehose_delivery_stream to point to cor…
Browse files Browse the repository at this point in the history
…rect destination (#13251)

Fixes: #13244
  • Loading branch information
stack72 committed Mar 31, 2017
1 parent b8c87d0 commit f016777
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ resource "aws_elasticsearch_domain" "test_cluster" {
resource "aws_kinesis_firehose_delivery_stream" "test_stream" {
name = "terraform-kinesis-firehose-test-stream"
destination = "redshift"
destination = "elasticsearch"
s3_configuration {
role_arn = "${aws_iam_role.firehose_role.arn}"
Expand Down

0 comments on commit f016777

Please sign in to comment.