global/networks/default was not found error

I’m trying to bootstrap a juju controller into my google cloud and I’m getting this error.

ERROR juju.cmd.juju.commands bootstrap.go:1032 failed to bootstrap model: opening port(s) [17070/tcp]: googleapi: Error 404: The resource 'projects/*******/global/networks/default' was not found, notFound

I’m interpreting this error to mean that I need to specify that need to specify the vpc that I want to create the controller in.

The documentation specifies using vpc-id as a config variable that can be set: https://documentation.ubuntu.com/juju/3.6/reference/cloud/list-of-supported-clouds/the-google-gce-cloud-and-juju/

However, when I apply it I get the warning

23:57:32 WARN juju.environs.config config.go:2073 unknown config field “vpc-id”

juju bootstrap google --config vpc-id-force=true --config vpc-id=redacted

Can someone tell me what I need to do get around this error and boostrap a controller in my existing network?