turbot/oci_insights

Query: compute_instances_for_blockstorage_boot_volume

Usage

powerpipe query oci_insights.query.compute_instances_for_blockstorage_boot_volume

SQL

select
instance_id
from
oci_core_boot_volume_attachment
where
boot_volume_id = $1;