Skip to content

Commit 62f2b8c

Browse files
NRL-1664 Disable all firehose processor infrastructure for perftest
1 parent 2279556 commit 62f2b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/infrastructure/firehose.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "firehose__processor" {
2-
count = var.use_shared_resources ? 1 : 0
2+
count = var.use_shared_resources && !var.disable_firehose_lambda_subscriptions ? 1 : 0
33
source = "./modules/firehose"
44
assume_account = local.aws_account_id
55
prefix = local.prefix

0 commit comments

Comments
 (0)