turbot/gcp_insights

Query: compute_disk_storage_by_state

Usage

powerpipe query gcp_insights.query.compute_disk_storage_by_state

Steampipe Tables

SQL

select
status,
sum(size_gb) as "GB"
from
gcp_compute_disk
group by
status;

Dashboards

The query is used in the dashboards: