turbot/oci_insights

Query: vcn_load_balancers_for_vcn_subnet

Usage

powerpipe query oci_insights.query.vcn_load_balancers_for_vcn_subnet

Steampipe Tables

SQL

select
id as load_balancer_id
from
oci_core_load_balancer,
jsonb_array_elements_text(subnet_ids) as sid
where
sid = $1;