We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15002e4 commit 2506d07Copy full SHA for 2506d07
1 file changed
infrastructure/lambda-create-user-restriction.tf
@@ -19,7 +19,7 @@ module "create_user_restriction_lambda" {
19
APPCONFIG_CONFIGURATION = module.ndr-app-config.app_config_configuration_profile_id
20
WORKSPACE = terraform.workspace
21
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
+ HEALTHCARE_WORKER_API_URL = data.aws_ssm_parameter.healthcare_worker_api_base_url.value
23
PDS_FHIR_IS_STUBBED = local.is_sandbox
24
}
25
0 commit comments