provider/aws: change kinesis_firehose_delivery_stream to point to correct destination (#13251)

Fixes: #13244
This commit is contained in:
Paul Stack 2017-03-31 20:00:47 +03:00 committed by GitHub
parent 2f0cbda435
commit e7c3e8df68
1 changed files with 1 additions and 1 deletions

View File

@ -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}"