turbot/gcp_insights

Query: storage_bucket_versioning_disabled

Usage

powerpipe query gcp_insights.query.storage_bucket_versioning_disabled

Steampipe Tables

SQL

select
'Versioning' as label,
case
when versioning_enabled then 'Enabled'
else 'Disabled'
end as value,
case
when versioning_enabled then 'ok'
else 'alert'
end as type
from
gcp_storage_bucket
where
id = $1;

Dashboards

The query is used in the dashboards: