Skip to content

Commit 051a069

Browse files
committed
test target imms-int-imms-events
1 parent 5dbd01c commit 051a069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/id_sync_lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ resource "aws_lambda_function" "id_sync_lambda" {
294294
variables = {
295295
REDIS_HOST = data.aws_elasticache_cluster.existing_redis.cache_nodes[0].address
296296
REDIS_PORT = data.aws_elasticache_cluster.existing_redis.cache_nodes[0].port
297-
IEDS_TABLE_NAME = aws_dynamodb_table.events-dynamodb-table.name
297+
IEDS_TABLE_NAME = "imms-int-imms-events" # TODO test only aws_dynamodb_table.events-dynamodb-table.name
298298
PDS_ENV = var.pds_environment
299299
SPLUNK_FIREHOSE_NAME = module.splunk.firehose_stream_name
300300
}

0 commit comments

Comments
 (0)