turbot/terraform_gcp_compliance
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:

powerpipe control run terraform_gcp_compliance.control.compute_network_contains_no_default_network

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run terraform_gcp_compliance.control.compute_network_contains_no_default_network --share

SQL

This control uses a named query:

compute_network_contains_no_default_network

Tags