We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050125b commit 47cb5a4Copy full SHA for 47cb5a4
infrastructure/variable.tf
@@ -243,7 +243,7 @@ locals {
243
current_region = data.aws_region.current.name
244
current_account_id = data.aws_caller_identity.current.account_id
245
246
- apim_api_url = "https://${var.apim_environment}api.service.nhs.uk/national-document-repository"
+ apim_api_url = "https://${var.apim_environment}api.service.nhs.uk/national-document-repository/FHIR/R4"
247
248
truststore_bucket_id = local.is_sandbox ? "ndr-dev-${var.truststore_bucket_name}" : module.ndr-truststore[0].bucket_id
249
truststore_uri = "s3://${local.truststore_bucket_id}/${var.ca_pem_filename}"
0 commit comments