turbot/oci_insights

Query: oci_vcn_by_region

Usage

powerpipe query oci_insights.query.oci_vcn_by_region

Steampipe Tables

SQL

select
region as "region",
count(*) as "VCNs"
from
oci_core_vcn
where
lifecycle_state <> 'TERMINATED'
group by
region;

Dashboards

The query is used in the dashboards: