provider/aws: change kinesis_firehose_delivery_stream to point to correct destination (#13251)
Fixes: #13244
This commit is contained in:
parent
2f0cbda435
commit
e7c3e8df68
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue