turbot/oci_insights

Query: vcn_tag

Usage

powerpipe query oci_insights.query.vcn_tag

Steampipe Tables

SQL

with jsondata as (
select
tags :: json as tags
from
oci_core_vcn
where
id = $1
)
select
key as "Key",
value as "Value"
from
jsondata,
json_each_text(tags)
order by
key;

Dashboards

The query is used in the dashboards: