We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
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
alreadyExists: The resource 'projects/xxx-xxx-xxx/zones/europe-west1-b/instanceGroups/testing' already exists
The text was updated successfully, but these errors were encountered:
@Jazzo Thanks for reporting this!
Acknowledged, let me try to reproduce.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: