-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcamvariables.json
More file actions
executable file
·46 lines (45 loc) · 961 Bytes
/
camvariables.json
File metadata and controls
executable file
·46 lines (45 loc) · 961 Bytes
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
41
42
43
44
45
[{
"decsription": "KeyPair Name",
"label": "KeyPair Name",
"name": "KeyPair_Name",
"required": true,
"hidden": false,
"type": "string",
"default": "myKeyPair"
},
{
"decsription": "Public SSH Key",
"label": "Public SSH Key",
"name": "Public_SSHKey",
"required": true,
"hidden": false,
"type": "string",
"default": ""
},
{
"decsription": "Elastic Load Balancer Name",
"label": "Elastic Load Balancer Name",
"name": "ElasticLoadBalancer_Name",
"required": true,
"hidden": false,
"type": "string",
"default": "myelb-ek"
},
{
"decsription": "Availability Zones",
"label": "Availability Zones",
"name": "azs",
"required": true,
"hidden": false,
"type": "list",
"default": [ "us-west-2a", "us-west-2b" ]
},
{
"decsription": "Subnet IDs",
"label": "Subnet IDs",
"name": "aws_subnet",
"required": true,
"hidden": false,
"type": "list",
"default": [ "subnet-de32bbba", "subnet-de32bbba" ]
}]