Sha256: 6c2527815dc612853eb8ae55310bd5a972cb8e652d6f6b6255e1d8ed3ee5eccb

Contents?: true

Size: 378 Bytes

Versions: 9

Compression:

Stored size: 378 Bytes

Contents

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-preemptible-#{('a'..'z').to_a.sample(8).join}"
      zone.disk_type = "pd-ssd"
      zone.image_family = "centos-7"
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
vagrant-google-2.5.0 test/acceptance/skeletons/image_family/Vagrantfile
vagrant-google-2.4.0 test/acceptance/skeletons/image_family/Vagrantfile
vagrant-google-2.4.0.rc0 test/acceptance/skeletons/image_family/Vagrantfile
vagrant-google-2.3.0 test/acceptance/skeletons/image_family/Vagrantfile
vagrant-google-2.3.0.rc0 test/acceptance/skeletons/image_family/Vagrantfile
vagrant-google-2.2.1 test/acceptance/skeletons/image_family/Vagrantfile
vagrant-google-2.2.0 test/acceptance/skeletons/image_family/Vagrantfile
vagrant-google-2.2.0.rc0 test/acceptance/skeletons/image_family/Vagrantfile
vagrant-google-2.1.0 test/acceptance/skeletons/image_family/Vagrantfile