Skip to content

Commit 337e745

Browse files
committed
change count to zero in mns_publisher lambda
1 parent e0c2134 commit 337e745

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/instance/modules/mns_publisher/mns_publisher_lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ resource "aws_lambda_function" "mns_publisher_lambda" {
192192
environment {
193193
variables = {
194194
SPLUNK_FIREHOSE_NAME = var.splunk_firehose_stream_name
195-
MNS_TEST_QUEUE_URL = aws_sqs_queue.mns_test_notification[1].url
195+
MNS_TEST_QUEUE_URL = aws_sqs_queue.mns_test_notification[0].url
196196
IMMUNIZATION_ENV = var.resource_scope,
197197
IMMUNIZATION_BASE_PATH = var.imms_base_path
198198
PDS_ENV = var.pds_environment

0 commit comments

Comments
 (0)