Skip to content

Commit 4d55124

Browse files
committed
Merge branch 'master' into VED-382-backend-configurable-disease-mapping
2 parents 578f104 + 4e63de5 commit 4d55124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/redis_sync_lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ resource "aws_lambda_function" "redis_sync_lambda" {
234234
REDIS_HOST = data.aws_elasticache_cluster.existing_redis.cache_nodes[0].address
235235
REDIS_PORT = data.aws_elasticache_cluster.existing_redis.cache_nodes[0].port
236236
REDIS_SYNC_PROC_LAMBDA_NAME = "imms-${local.env}-redis_sync_lambda"
237-
# SPLUNK_FIREHOSE_NAME = module.splunk.firehose_stream_name
237+
SPLUNK_FIREHOSE_NAME = module.splunk.firehose_stream_name
238238
}
239239
}
240240
kms_key_arn = data.aws_kms_key.existing_lambda_encryption_key.arn

0 commit comments

Comments
 (0)