Skip to content

Commit c98847f

Browse files
committed
NRL-1188 Reference existing bucket
1 parent f9f93ab commit c98847f

File tree

1 file changed

+1
-1
lines changed
  • terraform/infrastructure/modules/firehose

1 file changed

+1
-1
lines changed

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.source-data-bucket.arn
66+
bucket_arn = data.aws_s3_bucket.source-data-bucket.arn
6767

6868
processing_configuration {
6969
enabled = "true"

0 commit comments

Comments
 (0)