Skip to content

Commit

Permalink
Merge pull request #211 from couchbase-partners/GCP-Custom-Network
Browse files Browse the repository at this point in the history
Another fix for network projects
  • Loading branch information
malscent authored Jul 15, 2024
2 parents 3289c84 + 25b17a2 commit e3566c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcp/couchbase-server/resources/firewall_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ def generate_config(context):
# python dict with a structure that matches the API items found
suffix = context.properties['nameSuffix']
project = context.env['project']
networkProject = project
network = context.properties['network']
if isinstance(network, list):
network = network[0]
Expand Down

0 comments on commit e3566c3

Please sign in to comment.