turbot/oci_insights

Query: vcn_route_tables_for_vcn_vcn

Usage

powerpipe query oci_insights.query.vcn_route_tables_for_vcn_vcn

Steampipe Tables

SQL

select
id as route_table_id
from
oci_core_route_table
where
vcn_id = $1;