vagrant-google
vagrant-google copied to clipboard
instance_group fails on multi-machine
I have a Vagrantfile with multi-machine environment.
It creates 2 VM and I set the same "instance_group" for both:
google.instance_group = "testing"
Get this error on the second VM:
alreadyExists: The resource 'projects/xxx-xxx-xxx/zones/europe-west1-b/instanceGroups/testing' already exists
@Jazzo Thanks for reporting this!
Acknowledged, let me try to reproduce.