turbot/gcp_insights

Query: compute_instance_confidential_vm_service

Usage

powerpipe query gcp_insights.query.compute_instance_confidential_vm_service

Steampipe Tables

SQL

select
'Confidential VM' as label,
case when confidential_instance_config <> '{}' then 'Enabled' else 'Disabled' end as value,
case when confidential_instance_config <> '{}' then 'ok' else 'alert' end as type
from
gcp_compute_instance
where
id = $1;

Dashboards

The query is used in the dashboards: