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 loginpowerpipe 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 projectfrom gcp_project;