turbot/terraform_gcp_compliance

GitHub
Loading controls...

Control: Ensure that instances are not configured to use the default service account

Description

It is recommended to configure your instance to not use the default Compute Engine service account because it has the Editor role on the project.

Usage

Run the control in your terminal:

steampipe check terraform_gcp_compliance.control.compute_instance_with_no_default_service_account

Snapshot and share results via Steampipe Cloud:

steampipe login
steampipe check --share terraform_gcp_compliance.control.compute_instance_with_no_default_service_account

SQL

This control uses a named query:

compute_instance_with_no_default_service_account

Tags