Output the Internet Gatewoy id directly instead of in a dict.

reviewable/pr18780/r1
Feanil Patel 10 years ago committed by Toshio Kuratomi
parent 4e206e3790
commit fbaeee5dba

@ -182,17 +182,6 @@ def get_vpc_info(vpc):
'state': vpc.state,
})
def get_igw_info(igw):
"""
Get info about the internet gateway.
"""
if igw is None:
return {}
return ({
'id': igw.id,
})
def find_vpc(module, vpc_conn, vpc_id=None, cidr=None):
"""
Finds a VPC that matches a specific id or cidr + tags

Loading…
Cancel
Save