turbot/oci_insights

Query: vcn_subnet_overview

Usage

powerpipe query oci_insights.query.vcn_subnet_overview

Steampipe Tables

SQL

select
display_name as "Name",
time_created as "Time Created",
subnet_domain_name as "Subnet Domain Name",
region as "Region",
id as "OCID",
compartment_id as "Compartment ID"
from
oci_core_subnet
where
id = $1
and lifecycle_state <> 'TERMINATED';

Dashboards

The query is used in the dashboards: