turbot/oci_insights

Query: blockstorage_block_volume_replicas_for_blockstorage_block_volume

Usage

powerpipe query oci_insights.query.blockstorage_block_volume_replicas_for_blockstorage_block_volume

SQL

select
id as replica_volume_id
from
oci_core_block_volume_replica
where
block_volume_id = $1;