We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9c3b6 commit e954809Copy full SHA for e954809
infrastructure/environments/test/locals.tf
@@ -45,7 +45,7 @@ locals {
45
AUTH_TRUST_HOST = "true"
46
APP_VERSION = local.app_version
47
48
- NBS_URL = "https://www.nhswebsite-staging.nhs.uk/nbs"
+ NBS_URL = "${module.deploy_fake_api.application_url}/nbs"
49
NBS_BOOKING_PATH = "/nhs-app/vita"
50
51
SSM_PARAMETER_STORE_TTL = 300
0 commit comments