vagrant-google icon indicating copy to clipboard operation
vagrant-google copied to clipboard

Vagrant provider for GCE.

Results 34 vagrant-google issues
Sort by recently updated
recently updated
newest added

Instance groups are not currently deleted after provisioning. This needs to happen on instance termination. A new handler should be added and put into the destroy action list.

enhancement

I have a Vagrantfile with [multi-machine](https://www.vagrantup.com/docs/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:...

Freshly un/re-installed vagrant with homebrew, then: ``` vagrant --version Vagrant 2.4.3 ``` ``` vagrant plugin list No plugins installed. ``` ``` vagrant plugin install vagrant-google --plugin-version "2.7.0" Installing the 'vagrant-google...

This pull request updates the project to support newer dependencies, modernizes the Ruby version, and introduces a minor feature improvement. The most significant changes are upgrading the `fog-google` dependency, updating...