turbot/oci_insights

Query: compute_instances_for_blockstorage_block_volume

Usage

powerpipe query oci_insights.query.compute_instances_for_blockstorage_block_volume

SQL

select
instance_id
from
oci_core_volume_attachment
where
instance_id is not null
and volume_id = $1;