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 3ac18e0 commit 170e74cCopy full SHA for 170e74c
terraform/infrastructure/firehose.tf
@@ -1,5 +1,5 @@
1
module "firehose__processor" {
2
- count = var.use_shared_resources ? 1 : 0
+ count = var.use_shared_resources && !var.disable_firehose_lambda_subscriptions ? 1 : 0
3
source = "./modules/firehose"
4
assume_account = local.aws_account_id
5
prefix = local.prefix
0 commit comments