Ansible module for Mongo Atlas

There is a module to connect and create users on mongo database. However there is no module for the same when using Mongo Atlas (the cloud hosted mongodb). I am wondering whether there are any plans to come up with a module for

  1. Create a cluster (Azure/AWS)
  2. Create/update users

There are mongo atlas API’s available for the same. Someone attempted to write it but it is a bit old.