turbot/oci_insights

Query: objectstorage_bucket_tag

Usage

powerpipe query oci_insights.query.objectstorage_bucket_tag

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: