Transient replacement of google_vpc_access_connector.static-ip-connector due to network changes
Applying the `deploy-identity` and `legacy/raven/infra` projects is transiently flagging a destroy and recreate of `google_vpc_access_connector` as the network is trying to be reset to `default`. This then fails at apply with:
```
Error: Error creating Connector: googleapi: Error 409: Requested entity already exists
on /terraform_data/modules/staff_identity/static_egress_ip.tf line 14, in resource "google_vpc_access_connector" "static-ip-connector":
14: resource "google_vpc_access_connector" "static-ip-connector" {
```
Setting the network to `default` may resolve this issue.
issue