turbot/gcp_compliance

Query: compute_subnetwork_private_ip_google_access

Usage

powerpipe query gcp_compliance.query.compute_subnetwork_private_ip_google_access

Steampipe Tables

SQL

select
self_link resource,
case
when private_ip_google_access then 'ok'
else 'alarm'
end as status,
case
when private_ip_google_access then title || ' private Google Access is enabled.'
else title || ' private Google Access is disabled.'
end as reason,
location as location,
project as project
from
gcp_compute_subnetwork;

Controls

The query is being used by the following controls: