Skip to content

Commit b8675d2

Browse files
VIA-347 AS/SB Update elid endpoint for test env
1 parent 7d73368 commit b8675d2

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/environments/test

1 file changed

+1
-1
lines changed

infrastructure/environments/test/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module "deploy" {
2323
log_retention_in_days = local.log_retention_in_days
2424
application_environment_variables = merge(local.application_environment_variables,
2525
{
26-
ELIGIBILITY_API_ENDPOINT = module.deploy_fake_api.application_url,
26+
ELIGIBILITY_API_ENDPOINT = "${module.deploy_fake_api.application_url}/",
2727
APIM_AUTH_URL = "${module.deploy_fake_api.application_url}/oauth2/token"
2828
})
2929
acm_certificate_arn = data.aws_acm_certificate.website.arn

0 commit comments

Comments
 (0)