We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b974b67 commit cae4726Copy full SHA for cae4726
terraform/infrastructure/modules/firehose/kinesis.tf
@@ -59,7 +59,7 @@ resource "aws_kinesis_firehose_delivery_stream" "firehose" {
59
60
resource "aws_kinesis_firehose_delivery_stream" "reporting_stream" {
61
name = "${var.prefix}--cloudwatch-reporting-delivery-stream"
62
- destination = var.destination
+ destination = "extended_s3"
63
64
extended_s3_configuration {
65
role_arn = aws_iam_role.firehose.arn
0 commit comments