Skip to content

Commit 9b04618

Browse files
jacklearyaxelkrastek1-nhs
authored andcommitted
NRL-1188 kinesis set up
1 parent 84f7ab3 commit 9b04618

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

terraform/infrastructure/modules/firehose/iam_subscriptions.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ data "aws_iam_policy_document" "firehose_subscription" {
2222
effect = "Allow"
2323
resources = [
2424
aws_kinesis_firehose_delivery_stream.firehose.arn,
25+
aws_kinesis_firehose_delivery_stream.reporting_stream.arn,
2526
]
2627
}
2728
statement {

terraform/infrastructure/modules/firehose/kinesis.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ resource "aws_kinesis_firehose_delivery_stream" "reporting_stream" {
6363

6464
extended_s3_configuration {
6565
role_arn = aws_iam_role.firehose.arn
66-
bucket_arn = aws_s3_bucket.reporting.arn
66+
bucket_arn = aws_s3_bucket.source-data-bucket.arn
6767

6868
processing_configuration {
6969
enabled = "true"

0 commit comments

Comments
 (0)