turbot/digitalocean_insights

Query: snapshot_by_resource_type

Usage

powerpipe query digitalocean_insights.query.snapshot_by_resource_type

Steampipe Tables

SQL

select
resource_type,
count(d.*) as "Snapshots"
from
digitalocean_snapshot as d
group by
resource_type;

Dashboards

The query is used in the dashboards: