turbot/oci_insights

Query: blockstorage_boot_volumes_for_kms_key

Usage

powerpipe query oci_insights.query.blockstorage_boot_volumes_for_kms_key

Steampipe Tables

SQL

select
id as boot_volume_id
from
oci_core_boot_volume
where
kms_key_id = $1;