turbot/oci_insights

Query: vcn_subnets_for_vcn_vcn

Usage

powerpipe query oci_insights.query.vcn_subnets_for_vcn_vcn

Steampipe Tables

SQL

select
id as subnet_id
from
oci_core_subnet
where
vcn_id = $1;