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 7bb8242 commit fa711ebCopy full SHA for fa711eb
terraform/infrastructure/firehose.tf
@@ -8,4 +8,5 @@ module "firehose__processor" {
8
splunk_environment = local.splunk_environment
9
splunk_index = local.splunk_index
10
destination = "splunk"
11
+ reporting_bucket = data.aws_s3_bucket.source-data-bucket.arn
12
}
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 = data.aws_s3_bucket.source-data-bucket.arn
+ bucket_arn = var.reporting_bucket
67
68
processing_configuration {
69
enabled = "true"
0 commit comments