Sha256: 0db8d269cde6f4c795c8e2402e162c9f81df6786aaa9a6410f15573c45ac24da

Contents?: true

Size: 465 Bytes

Versions: 3

Compression:

Stored size: 465 Bytes

Contents

# Vagrant Google Example Box

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

```
$ tar cvzf ../google.box ./metadata.json ./Vagrantfile
```

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

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
tcr-vagrant-google-0.1.4 example_box/README.md
vagrant-google-0.1.4 example_box/README.md
vagrant-google-0.1.3 example_box/README.md