ekristen / libnuke

Common Golang Packages for use by the Various Cloud Nuke Tools
MIT License
22 stars 3 forks source link

feat: allow resource to hook the parent item for modification #57

Closed ekristen closed 3 months ago

ekristen commented 3 months ago

Overview

This is a set of modifications to allow better alignment in the azure-nuke variant. Due to how azure APIs work, you have to globally query, but we still want to maintain the regional aspect. Also with Azure there is a lot of commonality in resources, so these changes allow for changing of the regional information at scan time, and allows for properties to be exposed from composition.

Features

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.72%. Comparing base (649088d) to head (2aa8ee4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #57 +/- ## ========================================== + Coverage 97.70% 97.72% +0.02% ========================================== Files 17 17 Lines 1047 1057 +10 ========================================== + Hits 1023 1033 +10 Misses 13 13 Partials 11 11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ekristen commented 3 months ago

:tada: This pull request is included in version 0.16.0 :tada:

The release is available on GitHub release :rocket: