Summary: This github action is used to delete Mongo Atlas cluster and project resources on a daily basis. Good use case for ephemeral org
- mongo-nuke action
- python script
- github actions
- check for all projects
- delete all clusters from project list
- added retry logic to make sure all clusters are deleted
- delete all projects once clusters are deleted
- action is good for ephemeral type org to delete resources on daily basis
- look at examples/action-mongo-nuke.yml for usage
Project is: in_progress