turbot/gcp_compliance

Query: compute_network_contains_no_default_network

Usage

powerpipe query gcp_compliance.query.compute_network_contains_no_default_network

Steampipe Tables

SQL

select
self_link resource,
case
when name = 'default' then 'alarm'
else 'ok'
end as status,
case
when name = 'default' then title || ' is a default network.'
else title || ' not a default network.'
end as reason,
project as project
from
gcp_compute_network;

Controls

The query is being used by the following controls: