turbot/gcp_insights

Query: compute_disk_storage_by_type

Usage

powerpipe query gcp_insights.query.compute_disk_storage_by_type

Steampipe Tables

SQL

select
type_name as "Type",
sum(size_gb) as "GB"
from
gcp_compute_disk
group by
type_name
order by
type_name;

Dashboards

The query is used in the dashboards: