-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpeerings.jinja.schema
39 lines (37 loc) · 1.01 KB
/
peerings.jinja.schema
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
info:
title: Peerings
description: Creates peerings for peered hub-and-spoke design
version: 2.0
requires:
- hub
- spokes
properties:
hub:
type: object
requires:
- url
properties:
name:
type: string
description: Name of the hub VPC. Obligatory if template is called with references. If not defined, will be calculated from url
url:
type: string
description: URI of hub VPC resource
spokes:
type: array
maxItems: 25
items:
type: object
requires:
- url
properties:
name:
type: string
description: Name of the spoke VPC. Obligatory if template is called with references. If not defined, will be calculated from url
url:
type: string
description: Full URI (including "https://www.googleapis.com") to spoke VPC resource
deleteSpokeDefaultRoutes:
type: boolean
default: true
description: If template should remove the existing default route from spoke VPCs.