turbot/oci_insights

Query: blockstorage_boot_volumes_for_compute_instance

Usage

powerpipe query oci_insights.query.blockstorage_boot_volumes_for_compute_instance

SQL

select
boot_volume_id
from
oci_core_boot_volume_attachment
where
instance_id = $1;