MeNsaaH / reka

A Cloud Resource management Tool to destroy, stop, resume, or clean up unsed resources
Apache License 2.0
53 stars 3 forks source link

Structure Resource destruction #8

Open MeNsaaH opened 3 years ago

MeNsaaH commented 3 years ago

Resources may have dependent resources before the can be destroyed. Update resource struct to include dependent resources that needs to be destroyed before Resource can be destroyed.

Or set a destruction hierarchy, which destroys resources with no dependencies first and then walks down the tree to destroy the rest