turbot/gcp_insights

Query: compute_disk_by_encryption_type

Usage

powerpipe query gcp_insights.query.compute_disk_by_encryption_type

Steampipe Tables

SQL

select
disk_encryption_key_type as "Encryption Type",
count(*) as "disks"
from
gcp_compute_disk
group by
disk_encryption_key_type
order by
disk_encryption_key_type;

Dashboards

The query is used in the dashboards: