Merge pull request #497 from robbwagoner/ec2_lc_user_data
ec2_lc - include all launch config properties in the return
This commit is contained in:
commit
79ad99bc67
1 changed files with 2 additions and 1 deletions
|
@ -225,7 +225,8 @@ def create_launch_config(connection, module):
|
|||
|
||||
module.exit_json(changed=changed, name=result.name, created_time=str(result.created_time),
|
||||
image_id=result.image_id, arn=result.launch_configuration_arn,
|
||||
security_groups=result.security_groups, instance_type=instance_type)
|
||||
security_groups=result.security_groups, instance_type=result.instance_type,
|
||||
result=result)
|
||||
|
||||
|
||||
def delete_launch_config(connection, module):
|
||||
|
|
Loading…
Add table
Reference in a new issue