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 f9f93ab commit c98847fCopy full SHA for c98847f
terraform/infrastructure/modules/firehose/kinesis.tf
@@ -63,7 +63,7 @@ resource "aws_kinesis_firehose_delivery_stream" "reporting_stream" {
63
64
extended_s3_configuration {
65
role_arn = aws_iam_role.firehose.arn
66
- bucket_arn = aws_s3_bucket.source-data-bucket.arn
+ bucket_arn = data.aws_s3_bucket.source-data-bucket.arn
67
68
processing_configuration {
69
enabled = "true"
0 commit comments