vagrant-aws/example_box
Mitchell Hashimoto c0285aac7a Initial import from private repo 2013-02-05 20:30:14 -08:00
..
README.md Initial import from private repo 2013-02-05 20:30:14 -08:00
Vagrantfile Initial import from private repo 2013-02-05 20:30:14 -08:00
metadata.json Initial import from private repo 2013-02-05 20:30:14 -08:00

README.md

Vagrant AWS Example Box

Vagrant providers each require a custom provider-specific box format. This folder shows the example contents of a box for the aws provider. To turn this into a box:

$ tar cvzf aws.box ./metadata.json ./Vagrantfile

This box works by using Vagrant's built-in Vagrantfile merging to setup defaults for AWS. These defaults can easily be overwritten by higher-level Vagrantfiles (such as project root Vagrantfiles).