We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 602915c + 9391103 commit dcb1ab6Copy full SHA for dcb1ab6
cloud/amazon/ec2_remote_facts.py
@@ -128,6 +128,7 @@ def get_instance_info(instance):
128
'region': instance.region.name,
129
'persistent': instance.persistent,
130
'private_ip_address': instance.private_ip_address,
131
+ 'public_ip_address': instance.ip_address,
132
'state': instance._state.name,
133
'vpc_id': instance.vpc_id,
134
'block_device_mapping': bdm_dict,
0 commit comments