Skip to content

Commit

Permalink
Merge pull request #205 from couchbase-partners/GCP-Custom-Network
Browse files Browse the repository at this point in the history
Fixes for instance_template
  • Loading branch information
malscent authored Jun 18, 2024
2 parents fd882b4 + 0f7c8b7 commit 2c3c906
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions gcp/couchbase-server/resources/instance_template.py.schema
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,11 @@ properties:
type: array
default: [default]
minItems: 1
maxItems: 8
x-googleProperty:
type: GCE_NETWORK
gceNetwork:
allowSharedVpcs: True
machineTypeProperty: serverInstanceType
maxItems: 8
subnetwork:
type: array
minItems: 1
maxItems: 8
x-googleProperty:
type: GCE_SUBNETWORK
zoneProperty: defaultZone
gceSubnetwork:
networkProperty: network
defaultZone:
type: string
default: us-central1-f
Expand Down

0 comments on commit 2c3c906

Please sign in to comment.