turbot/oci_insights

Query: blockstorage_block_volumes_for_compute_instance

Usage

powerpipe query oci_insights.query.blockstorage_block_volumes_for_compute_instance

SQL

select
volume_id as block_volume_id
from
oci_core_volume_attachment
where
instance_id = $1;