From 38ef44771f7f8d1461e015d73609f8c4dd9ef918 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Sat, 16 Jan 2016 21:41:12 -0700 Subject: [PATCH] Update README.md Add information to README.md about new `vagrant-json` environment --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ec6623a..6b7ae57 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ This repository contains a variety of files and tools for learning new technolog **vagrant-docker**: In this folder you'll find `Vagrantfiles` and supporting documents for using the Docker provider in Vagrant to turn up Docker containers. The provisioning is handled by Vagrant's built-in Docker provisioner. +**vagrant-json**: The files in this folder illustrate the use of an external JSON data file to drive Vagrant. + **vagrant-openstack-multi**: This folder is similar to `vagrant-openstack`, but supports Vagrant operations on multiple instances. **vagrant-openstack**: This folder contains a `Vagrantfile` and supporting files for using Vagrant with the OpenStack provider. This allows you to use Vagrant to provision and destroy an instance in an OpenStack cloud.