Hey,
Just want to thank you for moving the project aws-nuke forward and all the new features. Great Job.
To explain you our use case, we are running aws-nuke library embeded on a go service that is cleaning up our aws accounts from a simple HTTP service.
Now we need to add gcp-nuke to the mix.
We are not able to do so because lib-nuke is implementing a kind of singleton on the registry that blocks our use cases, having multiple resources from aws and gcp on the registry seems to break stuff.
We could just use go and run the gcp-nuke cli but it doesn't feel as clean as it could.
Do you have any solution for this use case?
Thanks
Hey,
Just want to thank you for moving the project aws-nuke forward and all the new features. Great Job.
To explain you our use case, we are running aws-nuke library embeded on a go service that is cleaning up our aws accounts from a simple HTTP service.
Now we need to add gcp-nuke to the mix.
We are not able to do so because lib-nuke is implementing a kind of singleton on the registry that blocks our use cases, having multiple resources from aws and gcp on the registry seems to break stuff.
We could just use go and run the gcp-nuke cli but it doesn't feel as clean as it could.
Do you have any solution for this use case?
Thanks