turbot/oci_insights

Query: oci_vcn_subnet_by_region

Usage

powerpipe query oci_insights.query.oci_vcn_subnet_by_region

Steampipe Tables

SQL

select
region as "Region",
count(*) as "Subnets"
from
oci_core_subnet
where
lifecycle_state <> 'TERMINATED'
group by
region
order by
region;

Dashboards

The query is used in the dashboards: