Skip to content

Commit

Permalink
GCE: Add 'tf-network' to the list of protected networks
Browse files Browse the repository at this point in the history
  • Loading branch information
pdostal committed Nov 30, 2023
1 parent eca9f33 commit b906aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocw/lib/gce.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class GCE(Provider):
__instances = {}
__skip_networks = frozenset({"default"})
__skip_networks = frozenset({"default", "tf-network"})

def __new__(cls, namespace):
if namespace not in GCE.__instances:
Expand Down

0 comments on commit b906aaf

Please sign in to comment.