grafana / unused

CLI tool, Prometheus exporter, and Go module to list your unused disks in all cloud providers
Apache License 2.0
52 stars 1 forks source link

Feature: add method to delete disks to `unused.Provider` #5

Closed inkel closed 2 years ago

inkel commented 2 years ago

This will allow each provider to delete the disks. It's currently implemented as a single disk operation, in the future it might be extended to support multiple disks in another PR.

This will likely be used as an extension of #4 in another PR as well.