turbot/oci_insights

Query: vcn_vnics_for_vcn_network_security_group

Usage

powerpipe query oci_insights.query.vcn_vnics_for_vcn_network_security_group

Steampipe Tables

SQL

select
vnic_id
from
oci_core_vnic_attachment,
jsonb_array_elements_text(nsg_ids) as nid
where
nid = $1;