turbot/aws_insights

Query: eks_cluster_tags

Usage

powerpipe query aws_insights.query.eks_cluster_tags

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: