Remediation
From Google Cloud Consoleβ
- Go to the
VPC networks
page by visiting: https://console.cloud.google.com/networking/networks/list. - Click the network named
default
. - On the network detail page, click
EDIT
. - Click
DELETE VPC NETWORK
. - If needed, create a new network to replace the default network.
From Google Cloud CLIβ
For each Google Cloud Platform project,
-
Delete the default network:
gcloud compute networks delete default
-
If needed, create a new network to replace it:
gcloud compute networks create NETWORK_NAME