Sha256: b6d99070c758c3ca7bef1e553ab884fefd97294f7c7c9fcaf695bba526447a86

Contents?: true

Size: 508 Bytes

Versions: 14

Compression:

Stored size: 508 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-scopes-#{('a'..'z').to_a.sample(8).join}"
      zone.scopes = ['sql-admin',
                       'bigquery',
                       'https://www.googleapis.com/auth/compute']
      zone.disk_type = "pd-ssd"
      zone.image_family = "debian-9"
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

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