turbot/gcp_compliance

Query: compute_network_auto_create_subnetwork_enabled

Usage

powerpipe query gcp_compliance.query.compute_network_auto_create_subnetwork_enabled

Steampipe Tables

SQL

select
self_link resource,
case
when auto_create_subnetworks then 'ok'
else 'alarm'
end as status,
case
when auto_create_subnetworks then title || ' auto create subnetwork enabled.'
else title || ' auto create subnetwork disabled.'
end as reason
, project as project
from
gcp_compute_network;

Controls

The query is being used by the following controls: