turbot/gcp_insights

Query: compute_disk_storage_by_location

Usage

powerpipe query gcp_insights.query.compute_disk_storage_by_location

Steampipe Tables

SQL

select
location,
sum(d.size_gb) as "GB"
from
gcp_compute_disk as d
group by
location;

Dashboards

The query is used in the dashboards: