File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments