turbot/digitalocean_insights

Query: network_vpc_is_default

Usage

powerpipe query digitalocean_insights.query.network_vpc_is_default

Steampipe Tables

SQL

select
'Default VPC' as label,
case
when not is_default then 'Ok'
else 'Default VPC'
end as value,
case
when not is_default then 'ok'
else 'alert'
end as type
from
digitalocean_vpc
where
urn = $1;

Dashboards

The query is used in the dashboards: