turbot/digitalocean_insights

Query: droplet_backup_disabled

Usage

powerpipe query digitalocean_insights.query.droplet_backup_disabled

Steampipe Tables

SQL

select
count(*) as value,
'Backups Disabled' as label,
case
count(*)
when 0 then 'ok'
else 'alert'
end as "type"
from
digitalocean_droplet
where
not features ? 'backups';

Dashboards

The query is used in the dashboards: