Skip to content

Commit 6584fa2

Browse files
committed
Refactor DynamoDB table name references in MNS notification module
1 parent 3e934cd commit 6584fa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/lambda-mns-notification.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ module "mns-notification-lambda" {
2222
APPCONFIG_ENVIRONMENT = module.ndr-app-config.app_config_environment_id
2323
APPCONFIG_CONFIGURATION = module.ndr-app-config.app_config_configuration_profile_id
2424
WORKSPACE = terraform.workspace
25-
LLOYD_GEORGE_DYNAMODB_NAME = "${terraform.workspace}_${var.lloyd_george_dynamodb_table_name}"
26-
DOCUMENT_REVIEW_DYNAMODB_NAME = "${terraform.workspace}_${var.document_review_table_name}"
25+
LLOYD_GEORGE_DYNAMODB_NAME = module.lloyd_george_reference_dynamodb_table.table_name
26+
DOCUMENT_REVIEW_DYNAMODB_NAME = module.document_review_dynamodb_table.table_name
2727
MNS_NOTIFICATION_QUEUE_URL = module.sqs-mns-notification-queue[0].sqs_url
2828
PDS_FHIR_IS_STUBBED = local.is_sandbox
2929
}

0 commit comments

Comments
 (0)