turbot/oci_insights

Query: blockstorage_block_volume_storage_by_region

Usage

powerpipe query oci_insights.query.blockstorage_block_volume_storage_by_region

Steampipe Tables

SQL

select
region as "Region",
sum(size_in_gbs) as "GB"
from
oci_core_volume
where
lifecycle_state <> 'TERMINATED'
group by
region;

Dashboards

The query is used in the dashboards: