EC2 module should report back the public_dns_name too.
This commit is contained in:
parent
74679a5f4b
commit
c2306e441f
1 changed files with 1 additions and 0 deletions
1
ec2
1
ec2
|
@ -181,6 +181,7 @@ def main():
|
|||
d = {
|
||||
'id': inst.id,
|
||||
'public_ip': inst.ip_address,
|
||||
'public_dns_name': inst.public_dns_name
|
||||
}
|
||||
instances.append(d)
|
||||
|
||||
|
|
Loading…
Reference in a new issue