turbot/oci_insights

Query: blockstorage_boot_volume_tags

Usage

powerpipe query oci_insights.query.blockstorage_boot_volume_tags

Steampipe Tables

SQL

with jsondata as (
select
tags :: json as tags
from
oci_core_boot_volume
where
id = $1
and lifecycle_state <> 'TERMINATED'
)
select
key as "Key",
value as "Value"
from
jsondata,
json_each_text(tags);

Dashboards

The query is used in the dashboards: