turbot/gcp_insights

Query: storage_bucket_compute_backend_bucket_detail

Usage

powerpipe query gcp_insights.query.storage_bucket_compute_backend_bucket_detail

SQL

select
c.id as "Backend Bucket ID",
c.name as "Backend Bucket Name",
c.creation_timestamp as "Created Time",
c.location as "Location"
from
gcp_storage_bucket b,
gcp_compute_backend_bucket c
where
b.id = $1
and b.name = c.bucket_name;

Dashboards

The query is used in the dashboards: