turbot/digitalocean_insights

Query: blockstorage_volume_tags

Usage

powerpipe query digitalocean_insights.query.blockstorage_volume_tags

Steampipe Tables

SQL

select
tag.key as "Key",
tag.value as "Value"
from
digitalocean_volume
join jsonb_each_text(tags) tag on true
where
urn = $1
order by
tag.key;

Dashboards

The query is used in the dashboards: