turbot/oci_insights

Query: blockstorage_block_volume_customer_managed_encryption_count

Usage

powerpipe query oci_insights.query.blockstorage_block_volume_customer_managed_encryption_count

Steampipe Tables

SQL

select
count(*) as "Customer-Managed Encryption"
from
oci_core_volume
where
kms_key_id is not null
and lifecycle_state <> 'TERMINATED';

Dashboards

The query is used in the dashboards: