Skip to content

Commit 2506d07

Browse files
[PRMP-1579] Tidy up restriction services (#647)
Co-authored-by: Adam Whiting <adam.whiting3@nhs.net>
1 parent 15002e4 commit 2506d07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/lambda-create-user-restriction.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module "create_user_restriction_lambda" {
1919
APPCONFIG_CONFIGURATION = module.ndr-app-config.app_config_configuration_profile_id
2020
WORKSPACE = terraform.workspace
2121
RESTRICTIONS_TABLE_NAME = module.user_restriction_table.table_name
22-
HEALTHCARE_WORKER_API_URL = local.is_sandbox ? "" : data.aws_ssm_parameter.healthcare_worker_api_base_url.value
22+
HEALTHCARE_WORKER_API_URL = data.aws_ssm_parameter.healthcare_worker_api_base_url.value
2323
PDS_FHIR_IS_STUBBED = local.is_sandbox
2424
}
2525

0 commit comments

Comments
 (0)