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 ceea887 + 0e4739e commit 93d5222Copy full SHA for 93d5222
infrastructure/stacks/api-layer/locals.tf
@@ -2,7 +2,7 @@ locals {
2
stack_name = "api-layer"
3
4
api_subdomain = var.environment
5
- api_domain_name = "eligibility-signposting-api.nhs.uk"
+ api_domain_name = var.environment == "prod" ? "eligibility-signposting-api.national.nhs.uk" : "eligibility-signposting-api.nhs.uk"
6
7
# PEM file for certificate
8
pem_file_content = join("\n", [
0 commit comments