Commit graph

7 commits

Author SHA1 Message Date
Dennis Conrad
9acc141082 Fix for existing ENIs w/ multiple security groups
Do a sorted comparison of the list of security groups supplied via `module.params.get('security_groups')` and the list of security groups fetched via `get_sec_group_list(eni.groups)`.  This fixes an incorrect "The specified address is already in use" error if the order of security groups in those lists differ.
2016-03-17 17:08:40 +00:00
Toshio Kuratomi
3c4f954f0f Don't raise or catch StandardError in amazon modules 2015-11-30 19:01:57 -08:00
Brian Coca
205115ea1f updated to use shared region docs from ec2 2015-10-07 23:20:27 -04:00
Evan Carter
604578cfcc fixing hang after creation 2015-09-10 15:23:57 -04:00
Bret Martin
e5fdbc25a2 Only wait for ENI attachment at creation when instance_id is specified 2015-09-06 22:00:02 -04:00
Brian Coca
1604382538 monior docfixes
added extensino to vsphere_copy so it actually installs
2015-06-19 11:04:25 -04:00
whiter
5c39a5cc19 New module - ec2_eni 2015-06-16 12:14:53 +10:00