Sha256: d22b746d3059eb94d04cf0ae771e1e371e1b061c9f39c16e9ab43795b594a7fd

Contents?: true

Size: 135 Bytes

Versions: 28

Compression:

Stored size: 135 Bytes

Contents

Vagrant.configure("2") do |config|
  config.vm.provider "aws" do |aws|
	aws.region_config "<%= region %>", ami: "<%= ami %>"
  end
end

Version data entries

28 entries across 28 versions & 8 rubygems

Version Path
vagrant-aws-0.7.2 templates/vagrant-aws_package_Vagrantfile.erb
vagrant-aws-0.7.1 templates/vagrant-aws_package_Vagrantfile.erb
vagrant-xhyve-0.2.0 templates/vagrant-aws_package_Vagrantfile.erb
vagrant-xhyve-0.1.1 templates/vagrant-aws_package_Vagrantfile.erb
vagrant-xhyve-0.1.1.pre templates/vagrant-aws_package_Vagrantfile.erb
vagrant-xhyve-0.1.0.pre templates/vagrant-aws_package_Vagrantfile.erb
vagrant-aws-0.7.0 templates/vagrant-aws_package_Vagrantfile.erb
vagrant-aws-0.6.0 templates/vagrant-aws_package_Vagrantfile.erb