Skip to content

Commit 8e0a959

Browse files
committed
[NDR-28] change env var
1 parent 9ad5f14 commit 8e0a959

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/lambda-search-document-references-fhir.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module "search-document-references-fhir-lambda" {
3232
APPCONFIG_CONFIGURATION = module.ndr-app-config.app_config_configuration_profile_id
3333
DYNAMODB_TABLE_LIST = "[\u0022${terraform.workspace}_${var.docstore_dynamodb_table_name}\u0022, \u0022${terraform.workspace}_${var.lloyd_george_dynamodb_table_name}\u0022]"
3434
DOCUMENT_RETRIEVE_ENDPOINT = "https://${aws_api_gateway_base_path_mapping.api_mapping.domain_name}/${aws_api_gateway_resource.get_document_reference.path}"
35+
NRL_API_ENDPOINT = local.is_production ? "https://${var.nrl_api_endpoint_suffix}" : "https://int.${var.nrl_api_endpoint_suffix}"
3536
WORKSPACE = terraform.workspace
3637
}
3738
depends_on = [

0 commit comments

Comments
 (0)