data "aws_db_instance" "user_data_db" {
  db_instance_identifier = "${local.name_prefix}-user-data"
}
