turbot/oci_insights

Query: blockstorage_block_volumes_for_kms_key

Usage

powerpipe query oci_insights.query.blockstorage_block_volumes_for_kms_key

Steampipe Tables

SQL

select
id as block_volume_id
from
oci_core_volume
where
kms_key_id = $1;