data_gitlab_user returns error when user does not exist and data_gitlab_users does not support username
Thanks for all the hard work.
There seems to be no (easy) way to add any logic that is based on if a user with a particular username exists/is active or not.
When a user is marked as blocked then data_gitlab_user returns an error and immediately aborts Terraform deployment.
I've also tried to use data_gitlab_usersand check counts but username api parameter is not included in the data source.
https://docs.gitlab.com/ee/api/users.html#for-non-administrator-users
Would it be a good idea to make username available in data_gitlab_users?