We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa0a7f commit 49f5e9aCopy full SHA for 49f5e9a
infrastructure/lambda-mns-notification.tf
@@ -23,7 +23,7 @@ module "mns-notification-lambda" {
23
APPCONFIG_CONFIGURATION = module.ndr-app-config.app_config_configuration_profile_id
24
WORKSPACE = terraform.workspace
25
LLOYD_GEORGE_DYNAMODB_NAME = module.lloyd_george_reference_dynamodb_table.table_name
26
- DOCUMENT_REVIEW_DYNAMODB_NAME = local.is_production ? module.document_review_dynamodb_table[0].table_name : ""
+ DOCUMENT_REVIEW_DYNAMODB_NAME = local.is_production ? "" : module.document_review_dynamodb_table[0].table_name
27
MNS_NOTIFICATION_QUEUE_URL = module.sqs-mns-notification-queue[0].sqs_url
28
PDS_FHIR_IS_STUBBED = local.is_sandbox
29
}
0 commit comments