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 8ef6f0a commit b56610aCopy full SHA for b56610a
terraform/infrastructure/locals.tf
@@ -33,8 +33,8 @@ locals {
33
reporting_bucket_arn = data.aws_s3_bucket.source-data-bucket.arn
34
reporting_kms_arn = data.aws_kms_key.glue.arn
35
firehose_lambda_subscriptions = var.use_shared_resources ? [
36
- module.firehose__processor.firehose_subscription,
37
- module.firehose__processor.firehose_reporting_subscription
+ module.firehose__processor[0].firehose_subscription,
+ module.firehose__processor[0].firehose_reporting_subscription
38
] : []
39
splunk_environment = local.is_sandbox_env ? "${var.account_name}sandbox" : var.account_name
40
splunk_index = "aws_recordlocator_${local.splunk_environment}"
0 commit comments