turbot/oci_insights

Query: blockstorage_block_volume_by_region

Usage

powerpipe query oci_insights.query.blockstorage_block_volume_by_region

Steampipe Tables

SQL

select
region as "Region",
count(*) as "Block Volumes"
from
oci_core_volume
where
lifecycle_state <> 'TERMINATED'
group by
region;

Dashboards

The query is used in the dashboards: