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 b3f050d + 47cb5a4 commit 50174baCopy full SHA for 50174ba
infrastructure/variable.tf
@@ -249,7 +249,7 @@ locals {
249
current_region = data.aws_region.current.name
250
current_account_id = data.aws_caller_identity.current.account_id
251
252
- 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"
253
254
truststore_bucket_id = local.is_sandbox ? "ndr-dev-${var.truststore_bucket_name}" : module.ndr-truststore[0].bucket_id
255
truststore_uri = "s3://${local.truststore_bucket_id}/${var.ca_pem_filename}"
0 commit comments