Sha256: ce00898953f64983b747933a7351ea863f715247d9c97112acc6a48e50aa6038

Contents?: true

Size: 473 Bytes

Versions: 14

Compression:

Stored size: 473 Bytes

Contents

# This is a generic acceptance skeleton with no particular settings, set in
# europe-west1-d zone

Vagrant.configure("2") do |config|
  config.vm.box = "basic"

  config.vm.provider :google do |google|

    google.zone = "australia-southeast1-b"

    google.zone_config "australia-southeast1-b" do |zone|
      zone.name = "vagrant-acceptance-generic-#{('a'..'z').to_a.sample(8).join}"
      zone.image_family = "debian-9"
      zone.disk_type = "pd-ssd"
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
vagrant-google-2.7.0 test/acceptance/skeletons/generic/Vagrantfile
vagrant-google-2.6.0 test/acceptance/skeletons/generic/Vagrantfile
vagrant-google-2.5.0 test/acceptance/skeletons/generic/Vagrantfile
vagrant-google-2.4.0 test/acceptance/skeletons/generic/Vagrantfile
vagrant-google-2.4.0.rc0 test/acceptance/skeletons/generic/Vagrantfile
vagrant-google-2.3.0 test/acceptance/skeletons/generic/Vagrantfile
vagrant-google-2.3.0.rc0 test/acceptance/skeletons/generic/Vagrantfile
vagrant-google-2.2.1 test/acceptance/skeletons/generic/Vagrantfile
vagrant-google-2.2.0 test/acceptance/skeletons/generic/Vagrantfile
vagrant-google-2.2.0.rc0 test/acceptance/skeletons/generic/Vagrantfile
vagrant-google-2.1.0 test/acceptance/skeletons/generic/Vagrantfile
vagrant-google-2.0.0 test/acceptance/skeletons/generic/Vagrantfile
vagrant-google-2.0.0.rc1 test/acceptance/skeletons/generic/Vagrantfile
vagrant-google-2.0.0.rc0 test/acceptance/skeletons/generic/Vagrantfile