-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specifying subnetworks when you create a new VM #110
Labels
Comments
I've not come across this before so will need to check, I think the network interface part of the API has updated since the implementation below, so will look to update it. googleComputeEngineR/R/networks.R Lines 36 to 65 in df059e8
|
This should be fixed now in latest github version #154 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you create a new VM with
gce_vm
orgce_vm_create
it is possible to define the network to use.The problem is when you have defined subnetworks of this network because it returns an error like this:
How is it possible to define the subnetwork to attach this VM to?
My subnetworks are like this:
The text was updated successfully, but these errors were encountered: