Skip to content

Commit

Permalink
return allocation ID for ec2 elastic ip resource id
Browse files Browse the repository at this point in the history
  • Loading branch information
PsyanticY committed Apr 4, 2019
1 parent 1147632 commit 55eaea1
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 55eaea1

Please sign in to comment.