/*
data "aws_db_instance" "user_preferences_db_instance" {
  db_instance_identifier = "${local.name_prefix}-user-preferences"
}
*/
