-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.yaml
More file actions
40 lines (40 loc) · 1.25 KB
/
config.yaml
File metadata and controls
40 lines (40 loc) · 1.25 KB
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
40
variables:
VPC_NAME:
required: true
description: the name of the VPC
default: test-vpc
VPC_OCTETS:
required: true
description: the /16 net of the VPC to look for - i.e 10.11.0.0
default: 10.11.0.0
REGION:
required: true
description: use default except for multiple region use cases
default: "PLAN::region"
type: string
PRIVATE_ROUTE_NAME:
required: true
description: the name to give to the private route
default: test-private-route
PRIVATE_SUBNET_NAME:
required: true
description: the cloudcoreo name of the private vpc subnets
default: test-private-subnet
PUBLIC_ROUTE_NAME:
required: true
description: the name to give to the public route
default: test-public-route
PUBLIC_SUBNET_NAME:
required: true
description: the cloudcoreo name of the public vpc subnets
default: test-public-subnet
SUFFIX:
required: false
description: when used will use the value to suffix the names of all converged objects
type: string
VPC_TAGS:
required: false
description: tags to apply to the vpc
type: array
default:
-