Skip to content

Commit

Permalink
Merge pull request nix-community#20 from zaphar/gce_static_ip_fixes
Browse files Browse the repository at this point in the history
Gce static ip fixes
  • Loading branch information
adisbladis authored Aug 16, 2021
2 parents 9ec29be + b107c38 commit 7124530
Show file tree
Hide file tree
Showing 4 changed files with 333 additions and 278 deletions.
2 changes: 1 addition & 1 deletion nixops_gcp/resources/gce_static_ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self, name, config):
super().__init__(name, config)
self.addr_name = self.config.name
self.region = self.config.region
self.config.ip_address = self.config.ipAddress
self.ip_address = self.config.ipAddress

def show_type(self):
return "{0} [{1}]".format(self.get_type(), self.region)
Expand Down
Loading

0 comments on commit 7124530

Please sign in to comment.