mitchellh/vagrant-google

instance_group fails on multi-machine

Jazzo opened this issue · 1 comments

Jazzo commented

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.