Skip to content

Commit 47cb5a4

Browse files
authored
[NDR-270] Update apim url (#479)
1 parent 050125b commit 47cb5a4

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
@@ -243,7 +243,7 @@ locals {
243243
current_region = data.aws_region.current.name
244244
current_account_id = data.aws_caller_identity.current.account_id
245245

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

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

0 commit comments

Comments
 (0)