Skip to content

Commit

Permalink
Merge pull request NixOS#1125 from PsyanticY/elasticIp
Browse files Browse the repository at this point in the history
EC2: Return allocation ID for ec2 elastic ip resource id
  • Loading branch information
AmineChikhaoui authored Apr 10, 2019
2 parents 1147632 + 55eaea1 commit bcb82e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixops/resources/elastic_ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def show_type(self):

@property
def resource_id(self):
return self.public_ipv4
return self.allocation_id

def connect(self, region):
if self._client:
Expand Down

0 comments on commit bcb82e4

Please sign in to comment.