turbot/oci_insights

Query: compute_images_for_blockstorage_boot_volume

Usage

powerpipe query oci_insights.query.compute_images_for_blockstorage_boot_volume

SQL

select
image_id
from
oci_core_boot_volume_backup
where
boot_volume_id = $1;