turbot/oci_insights

Query: compute_instance_launch_options

Usage

powerpipe query oci_insights.query.compute_instance_launch_options

Steampipe Tables

SQL

select
launch_options ->> 'bootVolumeType' as "Boot Volume Type",
launch_options ->> 'firmware' as "Firmware",
launch_options ->> 'isPvEncryptionInTransitEnabled' as "Pv Encryption In Transit Enabled"
from
oci_core_instance
where
id = $1;

Dashboards

The query is used in the dashboards: