I would like to create two test users and add them to the already existing Azure AD groups using terraform. I want the password for these two users must be randomly generated. And also, these users to be deleted when my resources get destroyed through terraform. This ensures every time I create the resources only these two users are created.
