anadimisra / vagrant-toolchains

Reusable Vagrant-based environments for demonstrations.
MIT License
0 stars 0 forks source link

Jenkins: vagrant-up for AWS provider: no error-checking for unset variables #13

Open vishagilityroots opened 6 years ago

vishagilityroots commented 6 years ago

Steps

  1. Set the required ENV variables but leave VAGRANT_AWS_SECURITY_GROUP unset.
  2. cd jenkins
  3. vagrant up --provider=aws

The box is provisioned as usual in AWS, but without being added to a security group. No error checking is done.