Vagrant::Aws::Stack

This plugin allows the use of some global variables when used in conjunction with the vagrant aws plugin.

This is to allow developer testing and inserting VM's into particular cloudformation stack environmnets alot easier.

Installation

vagrant plugin install vagrant-aws-stack

Usage

in your vagrant file add :

stack_hash = AWSUtils::get_vagrant_hash("StackName")

you can use the hash values.

Contributing