We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad5f14 commit 8e0a959Copy full SHA for 8e0a959
infrastructure/lambda-search-document-references-fhir.tf
@@ -32,6 +32,7 @@ module "search-document-references-fhir-lambda" {
32
APPCONFIG_CONFIGURATION = module.ndr-app-config.app_config_configuration_profile_id
33
DYNAMODB_TABLE_LIST = "[\u0022${terraform.workspace}_${var.docstore_dynamodb_table_name}\u0022, \u0022${terraform.workspace}_${var.lloyd_george_dynamodb_table_name}\u0022]"
34
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}"
36
WORKSPACE = terraform.workspace
37
}
38
depends_on = [
0 commit comments