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.
2 parents 965fb14 + 47cb5a4 commit f0892b3Copy full SHA for f0892b3
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