turbot/steampipe-mod-gcp-compliance

Control: Limit the number of App Engine application versions simultaneously running or installed

Usage

Run the control in your terminal:

powerpipe control run gcp_compliance.control.service_versions

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run gcp_compliance.control.service_versions --share

SQL

This control uses a named query:

select
'https://cloudresourcemanager.googleapis.com/v1/projects/' || project_id resource,
'info' status,
'Manual verification required.' reason
, project_id as project
from
gcp_project;

Tags