Skip to content

Commit

Permalink
Trying configuration change.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcurtisslalom committed Apr 23, 2024
1 parent aa80f7b commit 35d004c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/aws/ecs-task/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ resource "aws_kinesis_firehose_delivery_stream" "kinesis_firehose_stream" {
log_group_name = aws_cloudwatch_log_group.kinesis_firehose_stream_logging_group[0].name
log_stream_name = aws_cloudwatch_log_stream.kinesis_firehose_stream_logging_stream[0].name
}
data_format_conversion_configuration {
enabled = false
}
}
}

Expand Down

0 comments on commit 35d004c

Please sign in to comment.