Skip to content

Commit c54e9dc

Browse files
committed
[PRMP-1465] ssm parameter correction
1 parent 5a134fb commit c54e9dc

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.hcw_api_url[0].value
22+
HEALTHCARE_WORKER_API_URL = local.is_sandbox ? "" : data.aws_ssm_parameter.healthcare_worker_api_base_url.value
2323
}
2424

2525
depends_on = [

0 commit comments

Comments
 (0)