turbot/gcp_insights

Query: storage_bucket_input

Usage

powerpipe query gcp_insights.query.storage_bucket_input

Steampipe Tables

SQL

select
title as label,
id || '/' || project as value,
json_build_object(
'project', project
) as tags
from
gcp_storage_bucket
order by
title;