Hacker News new | ask | show | jobs
by evanfarrar 1442 days ago
https://github.com/genevieve/leftovers

A co-worker made this when we worked together on a project that ran a large number of terraform configurations in CI against real IaaSes. Each account was a sandbox, so we would run this at the end of a pipeline to clean up any failures or faulty teardowns.

3 comments

This fork is 36 commits ahead. It aims to stabilize deletion (so far for AWS) and add extended regex filtering support.

https://github.com/notrepo05/leftovers

Unlike aws-nuke, there seem to be actual automated tests here for this tool. That's really neat!

Though, I do feel the project reaches out to quite a lot of IAAS's for its level of current maintenance, which seems to be somewhat zero.

aws-nukes gets contributions here and there and maybe that's because it's quite focused.

That's a real shame, the implementations for each provider look to be great, standalone by themselves.

Wow! This is actually some great work!