turbot/digitalocean_insights

Query: storage_snapshot_by_resource_type

Usage

powerpipe query digitalocean_insights.query.storage_snapshot_by_resource_type

Steampipe Tables

SQL

select
resource_type,
sum(size_gigabytes) as "GB"
from
digitalocean_snapshot as d
group by
resource_type;

Dashboards

The query is used in the dashboards: