turbot/gcp_insights

Query: storage_bucket_by_location

Usage

powerpipe query gcp_insights.query.storage_bucket_by_location

Steampipe Tables

SQL

select
location,
count(b.*) as total
from
gcp_storage_bucket as b
group by
location;

Dashboards

The query is used in the dashboards: