turbot/digitalocean_insights

Query: network_vpc_tags

Usage

powerpipe query digitalocean_insights.query.network_vpc_tags

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: