Create multiple resources with multiple attributes without using Count

I need to create multiple gitlab users using Terraform without using the count function.

A user have the following attributes : name, username, email, initial pw. Want to apply that pattern for a list of 20 users.