Can you guys please add this to the default VPC for people?<p>For whatever reason every other region is there already but not this.<p>I can't create GCE instances because it's missing the subnet and you can't add a subnet to the default VPC.<p><pre><code> $ gcloud compute networks describe default
autoCreateSubnetworks: true
creationTimestamp: '2017-06-11T21:02:YY.XXX-07:00'
description: Default network for the project
id: 'XXX'
kind: compute#network
name: default
selfLink: https://www.googleapis.com/compute/v1/projects/project/global/networks/default
subnetworks:
- https://www.googleapis.com/compute/v1/projects/project/regions/asia-east1/subnetworks/default
- https://www.googleapis.com/compute/v1/projects/project/regions/us-east4/subnetworks/default
- https://www.googleapis.com/compute/v1/projects/project/regions/europe-west2/subnetworks/default
- https://www.googleapis.com/compute/v1/projects/project/regions/us-east1/subnetworks/default
- https://www.googleapis.com/compute/v1/projects/project/regions/asia-southeast1/subnetworks/default
- https://www.googleapis.com/compute/v1/projects/project/regions/us-west1/subnetworks/default
- https://www.googleapis.com/compute/v1/projects/project/regions/asia-northeast1/subnetworks/default
- https://www.googleapis.com/compute/v1/projects/project/regions/us-central1/subnetworks/default
- https://www.googleapis.com/compute/v1/projects/project/regions/europe-west1/subnetworks/default
x_gcloud_mode: auto</code></pre>