Skip to content

Commit b56610a

Browse files
committed
[NRL-1386] Fix TF bug in infra with firehose__processor
1 parent 8ef6f0a commit b56610a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/infrastructure/locals.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ locals {
3333
reporting_bucket_arn = data.aws_s3_bucket.source-data-bucket.arn
3434
reporting_kms_arn = data.aws_kms_key.glue.arn
3535
firehose_lambda_subscriptions = var.use_shared_resources ? [
36-
module.firehose__processor.firehose_subscription,
37-
module.firehose__processor.firehose_reporting_subscription
36+
module.firehose__processor[0].firehose_subscription,
37+
module.firehose__processor[0].firehose_reporting_subscription
3838
] : []
3939
splunk_environment = local.is_sandbox_env ? "${var.account_name}sandbox" : var.account_name
4040
splunk_index = "aws_recordlocator_${local.splunk_environment}"

0 commit comments

Comments
 (0)