turbot/oci_insights

Query: vcn_attached_subnet_count

Usage

powerpipe query oci_insights.query.vcn_attached_subnet_count

Steampipe Tables

SQL

select
'Subnets' as label,
count(*) as value
from
oci_core_subnet
where
vcn_id = $1;

Dashboards

The query is used in the dashboards: