Skip to content

Commit 1e76551

Browse files
committed
[NDR-28] create env var for apim endpoint
1 parent e449306 commit 1e76551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module "search-document-references-fhir-lambda" {
3131
APPCONFIG_ENVIRONMENT = module.ndr-app-config.app_config_environment_id
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]"
34-
DOCUMENT_RETRIEVE_ENDPOINT_APIM = "${local.apim_api_url}/${aws_api_gateway_resource.get_document_reference.path}"
34+
DOCUMENT_RETRIEVE_ENDPOINT_APIM = "${local.apim_api_url}/DocumentReference"
3535
WORKSPACE = terraform.workspace
3636
}
3737
depends_on = [

0 commit comments

Comments
 (0)