Commit Graph

9 Commits (33716b18374059b18c08a8724b684ca48db3c41c)

Author SHA1 Message Date
Rob 8fb8ec2e98 Add idempotence to ec2_eni when private_ip_address is supplied (#2172) 10 years ago
Rob 959bbfbf53 Add secondary IP support and allow specifying sec groups by name (#2161) 10 years ago
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.
10 years ago
Toshio Kuratomi 3c4f954f0f Don't raise or catch StandardError in amazon modules 10 years ago
Brian Coca 205115ea1f updated to use shared region docs from ec2 10 years ago
Evan Carter 604578cfcc fixing hang after creation 10 years ago
Bret Martin e5fdbc25a2 Only wait for ENI attachment at creation when instance_id is specified 10 years ago
Brian Coca 1604382538 monior docfixes
added extensino to vsphere_copy so it actually installs
11 years ago
whiter 5c39a5cc19 New module - ec2_eni 11 years ago