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 62f2b8c commit 3f0e0cbCopy full SHA for 3f0e0cb
terraform/infrastructure/locals.tf
@@ -40,7 +40,7 @@ locals {
40
"splunk_subscription" = module.firehose__processor[0].firehose_subscription
41
}
42
) : {}
43
- firehost_lambda_splunk_only_subscription = var.use_shared_resources ? {
+ firehost_lambda_splunk_only_subscription = var.use_shared_resources && !var.disable_firehose_lambda_subscriptions ? {
44
"splunk_subscription" : module.firehose__processor[0].firehose_subscription
45
} : {}
46
splunk_environment = local.is_sandbox_env ? "${var.account_name}sandbox" : var.account_name
0 commit comments