docs/drivers/amazonec2
John Sirois 494ba5f010 Support multiple `--amazonec2-security-group`s.
Maintains support for loading old Driver config.json that use the
singular `SecurityGroupName` field, but also adds a new plural
`SecurityGroupNames` field.

This change also bumps to latest stretchr/testify, in the course of
adding a dep on stretchr/testify/mock to help test the modified
`configureSecurityGroups` code.

The unused `deleteSecurityGroup` is dropped as well.

Signed-off-by: John Sirois <john.sirois@gmail.com>
Signed-off-by: Bill Farner <terasurfer@gmail.com>
2016-03-02 23:30:28 -07:00
..
amazonec2.go Support multiple `--amazonec2-security-group`s. 2016-03-02 23:30:28 -07:00
amazonec2_test.go Support multiple `--amazonec2-security-group`s. 2016-03-02 23:30:28 -07:00
awscredentials.go Allow stubbing AWS Login 2016-01-15 11:06:30 +01:00
ec2client.go Adding ec2client interface to allow unit testing. 2016-01-14 11:08:08 +01:00
logger.go Allow Debug messages from ec2 driver to include request / response data sent to aws. 2016-01-12 15:39:07 -05:00
region.go Fix: missing AMI for ap-northeast-2 2016-02-17 16:55:58 +01:00
stub_test.go Support multiple `--amazonec2-security-group`s. 2016-03-02 23:30:28 -07:00