Commit Graph

7 Commits (de22b721db288e1c3894b3d763442813e8bcc4f2)

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.
9 years ago
Toshio Kuratomi 3c4f954f0f Don't raise or catch StandardError in amazon modules 9 years ago
Brian Coca 205115ea1f updated to use shared region docs from ec2 9 years ago
Evan Carter 604578cfcc fixing hang after creation 9 years ago
Bret Martin e5fdbc25a2 Only wait for ENI attachment at creation when instance_id is specified 9 years ago
Brian Coca 1604382538 monior docfixes
added extensino to vsphere_copy so it actually installs
10 years ago
whiter 5c39a5cc19 New module - ec2_eni 10 years ago