|
|
@ -181,7 +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
|
|
|
|
'public_dns_name': inst.public_dns_name
|
|
|
|
}
|
|
|
|
}
|
|
|
|
instances.append(d)
|
|
|
|
instances.append(d)
|
|
|
|
|
|
|
|
|
|
|
|