turbot/terraform_gcp_compliance

Query: datafusion_instance_stackdriver_monitoring_enabled

Usage

powerpipe query terraform_gcp_compliance.query.datafusion_instance_stackdriver_monitoring_enabled

Steampipe Tables

SQL

select
address as resource,
case
when (attributes_std ->> 'enable_stackdriver_monitoring') :: boolean then 'ok'
else 'alarm'
end as status,
split_part(address, '.', 2) || case
when (attributes_std ->> 'enable_stackdriver_monitoring') :: boolean then ' has stackdriver monitoring enabled'
else ' has stackdriver monitoring disabled'
end || '.' reason,
path || ':' || start_line
from
terraform_resource
where
type = 'google_data_fusion_instance';

Controls

The query is being used by the following controls: