turbot/gcp_insights

Query: compute_disk_customer_supplied_encryption

Usage

powerpipe query gcp_insights.query.compute_disk_customer_supplied_encryption

Steampipe Tables

SQL

select
count(*) as value,
'Customer Supplied Encryption' as label
from
gcp_compute_disk
where
disk_encryption_key_type not in ('Customer managed', 'Google managed');

Dashboards

The query is used in the dashboards: