Skip to content

Commit 50174ba

Browse files
Merge branch 'main' into PRMP-579
2 parents b3f050d + 47cb5a4 commit 50174ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/variable.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ locals {
249249
current_region = data.aws_region.current.name
250250
current_account_id = data.aws_caller_identity.current.account_id
251251

252-
apim_api_url = "https://${var.apim_environment}api.service.nhs.uk/national-document-repository"
252+
apim_api_url = "https://${var.apim_environment}api.service.nhs.uk/national-document-repository/FHIR/R4"
253253

254254
truststore_bucket_id = local.is_sandbox ? "ndr-dev-${var.truststore_bucket_name}" : module.ndr-truststore[0].bucket_id
255255
truststore_uri = "s3://${local.truststore_bucket_id}/${var.ca_pem_filename}"

0 commit comments

Comments
 (0)