We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a134fb commit c54e9dcCopy full SHA for c54e9dc
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.hcw_api_url[0].value
+ HEALTHCARE_WORKER_API_URL = local.is_sandbox ? "" : data.aws_ssm_parameter.healthcare_worker_api_base_url.value
23
}
24
25
depends_on = [
0 commit comments