turbot/oci_insights

Query: vcn_vcns_for_vcn_subnet

Usage

powerpipe query oci_insights.query.vcn_vcns_for_vcn_subnet

Steampipe Tables

SQL

select
vcn_id
from
oci_core_subnet
where
id = $1;