turbot/terraform_gcp_compliance

GitHub
Loading controls...

Control: Ensure that the default network does not exist in a project

Description

The default network is an auto mode network, which means that its subnets use the same predefined range of IP addresses, and as a result, it is not possible to use Cloud VPN or VPC Network Peering with the default network. The organization should create a new network based on the requirement and delete the default network.

Usage

Run the control in your terminal:

steampipe check terraform_gcp_compliance.control.compute_network_contains_no_default_network

Snapshot and share results via Steampipe Cloud:

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

SQL

This control uses a named query:

compute_network_contains_no_default_network

Tags