Merge pull request #1853 from jure/more_info_from_ec2
EC2 module should report back the public_dns_name too
This commit is contained in:
commit
3a003c2430
1 changed files with 1 additions and 0 deletions
1
ec2
1
ec2
|
@ -181,6 +181,7 @@ def main():
|
||||||
d = {
|
d = {
|
||||||
'id': inst.id,
|
'id': inst.id,
|
||||||
'public_ip': inst.ip_address,
|
'public_ip': inst.ip_address,
|
||||||
|
'public_dns_name': inst.public_dns_name
|
||||||
}
|
}
|
||||||
instances.append(d)
|
instances.append(d)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue