turbot/gcp_insights

Query: compute_disk_encryption

Usage

powerpipe query gcp_insights.query.compute_disk_encryption

Steampipe Tables

SQL

select
'Encryption' as label,
disk_encryption_key_type as value
from
gcp_compute_disk
where
id = (split_part($1, '/', 1))::bigint
and project = split_part($1, '/', 2);

Dashboards

The query is used in the dashboards: