forked from awslabs/aws-innovation-sandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
params.json
43 lines (42 loc) · 1020 Bytes
/
params.json
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
[
{
"ParameterKey": "SandboxManagementAccountName",
"ParameterValue": "sbx7m",
"UsePreviousValue": false
},
{
"ParameterKey": "SandboxManagementOUName",
"ParameterValue": "sbx7m",
"UsePreviousValue": false
},
{
"ParameterKey": "SandboxManagementAccountEmail",
"ParameterValue": "[email protected]",
"UsePreviousValue": false
},
{
"ParameterKey": "SandboxAccountName",
"ParameterValue": "sbx7",
"UsePreviousValue": false
},
{
"ParameterKey": "SandboxOUName",
"ParameterValue": "sbx7",
"UsePreviousValue": false
},
{
"ParameterKey": "SandboxAccountEmail",
"ParameterValue": "[email protected]",
"UsePreviousValue": false
},
{
"ParameterKey": "SandboxManagementVPCCIDR",
"ParameterValue": "10.10.0.0/22",
"UsePreviousValue": false
},
{
"ParameterKey": "SandboxVPCCIDR",
"ParameterValue": "10.10.4.0/23",
"UsePreviousValue": false
}
]