-
Notifications
You must be signed in to change notification settings - Fork 0
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
If listNetworks api call provides more than 1 network this function returns more than 1 network which is incorrect #12
Comments
Hey @mvangoor, If I read this correctly, when you have two or more VPC tiers with the same name you receive an error, is that right? Also could you please attach the full stacktrace when the issue is encountered. Thanks! |
Hi @shoekstra , I do not think the name similarity has anything to do with it. Stack trace:
The function has 0 guards to only respond 1 entry, which is however what it is expected from the place it is being called. |
vagrant-cosmic/lib/vagrant-cosmic/action/run_instance.rb
Line 477 in a256286
The text was updated successfully, but these errors were encountered: