You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Users/dgarstang/.vagrant.d/gems/2.4.4/gems/google-api-client-0.23.9/lib/google/apis/core/http_command.rb:218:in `check_status': invalid: Invalid value for field 'resource.networkInterfaces[0].subnetwork': 'default-us-west1'. The URL is malformed. (Google::Apis::ClientError)
It doesn't even make it to the API. If I set google.subnetwork to 'default-us-west1' then the Google API responds with:
/Users/dgarstang/.vagrant.d/gems/2.4.4/gems/google-api-client-0.23.9/lib/google/apis/core/http_command.rb:218:in `check_status': invalid: Invalid value for field 'resource.networkInterfaces[0].network': 'global/networks/default'. The referenced network resource cannot be found. (Google::Apis::ClientError)
I'm trying to put the vagrant vm on a subnet shared from the corp-vpc-sandbox project. The same configuration works with other tools like Terraform and packer. There's no examples I can find of doing this.
Vagrant google plugin version is 2.4.0.
Doug
The text was updated successfully, but these errors were encountered:
Can you give me a small hint on how to reproduce this? I want to make sure that my setup is close to what you're doing. Just giving a general idea of how networks are shared between projects should be enough.
I have this Vagrantfile
and vagrant responds with:
It doesn't even make it to the API. If I set google.subnetwork to 'default-us-west1' then the Google API responds with:
I'm trying to put the vagrant vm on a subnet shared from the corp-vpc-sandbox project. The same configuration works with other tools like Terraform and packer. There's no examples I can find of doing this.
Vagrant google plugin version is 2.4.0.
Doug
The text was updated successfully, but these errors were encountered: