turbot/digitalocean_insights

Query: network_vpc_default_status

Usage

powerpipe query digitalocean_insights.query.network_vpc_default_status

Steampipe Tables

SQL

select
case
when is_default then 'default'
else 'non-default'
end as default_status,
count(*)
from
digitalocean_vpc
group by
is_default;

Dashboards

The query is used in the dashboards: