Skip to content

Commit 3f0e0cb

Browse files
NRL-1664 Add another location to disable firehose processor
1 parent 62f2b8c commit 3f0e0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/infrastructure/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ locals {
4040
"splunk_subscription" = module.firehose__processor[0].firehose_subscription
4141
}
4242
) : {}
43-
firehost_lambda_splunk_only_subscription = var.use_shared_resources ? {
43+
firehost_lambda_splunk_only_subscription = var.use_shared_resources && !var.disable_firehose_lambda_subscriptions ? {
4444
"splunk_subscription" : module.firehose__processor[0].firehose_subscription
4545
} : {}
4646
splunk_environment = local.is_sandbox_env ? "${var.account_name}sandbox" : var.account_name

0 commit comments

Comments
 (0)