turbot/alicloud_insights

Query: vpc_is_default

Usage

powerpipe query alicloud_insights.query.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
alicloud_vpc
where
vpc_id = $1;

Dashboards

The query is used in the dashboards: