turbot/oci_insights

Query: compute_instance_state

Usage

powerpipe query oci_insights.query.compute_instance_state

Steampipe Tables

SQL

select
'State' as label,
initcap(lifecycle_state) as value
from
oci_core_instance
where
id = $1;

Dashboards

The query is used in the dashboards: