forked from benluteijn/quickstart-citrix-adc-vpx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinput-ap-northeast-1.json
31 lines (25 loc) · 1.85 KB
/
input-ap-northeast-1.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
[
{ "ParameterKey": "VPCCIDR", "ParameterValue": "10.0.0.0/16" },
{ "ParameterKey": "VPCTenancy", "ParameterValue": "default" },
{ "ParameterKey": "PrimaryAvailabilityZone", "ParameterValue": "ap-northeast-1b" },
{ "ParameterKey": "SecondaryAvailabilityZone", "ParameterValue": "ap-northeast-1c" },
{ "ParameterKey": "RestrictedWebAppCIDR", "ParameterValue": "10.0.0.0/16" },
{ "ParameterKey": "RestrictedSSHCIDR", "ParameterValue": "10.0.0.0/16" },
{ "ParameterKey": "PrimaryManagementPrivateSubnetCIDR", "ParameterValue": "10.0.1.0/24" },
{ "ParameterKey": "PrimaryClientPublicSubnetCIDR", "ParameterValue": "10.0.2.0/24" },
{ "ParameterKey": "PrimaryServerPrivateSubnetCIDR", "ParameterValue": "10.0.3.0/24" },
{ "ParameterKey": "PrimaryManagementPrivateIP", "ParameterValue": "" },
{ "ParameterKey": "PrimaryClientPrivateIP", "ParameterValue": "" },
{ "ParameterKey": "PrimaryServerPrivateIP", "ParameterValue": "" },
{ "ParameterKey": "SecondaryManagementPrivateSubnetCIDR", "ParameterValue": "10.0.4.0/24" },
{ "ParameterKey": "SecondaryClientPublicSubnetCIDR", "ParameterValue": "10.0.5.0/24" },
{ "ParameterKey": "SecondaryServerPrivateSubnetCIDR", "ParameterValue": "10.0.6.0/24" },
{ "ParameterKey": "SecondaryManagementPrivateIP", "ParameterValue": "" },
{ "ParameterKey": "SecondaryClientPrivateIP", "ParameterValue": "" },
{ "ParameterKey": "SecondaryServerPrivateIP", "ParameterValue": "" },
{ "ParameterKey": "CitrixADCImageID", "ParameterValue": "" },
{ "ParameterKey": "KeyPairName", "ParameterValue": "$[taskcat_getkeypair]" },
{ "ParameterKey": "CitrixADCInstanceType", "ParameterValue": "m4.xlarge" },
{ "ParameterKey": "QSS3BucketName", "ParameterValue": "$[taskcat_autobucket]" },
{ "ParameterKey": "QSS3KeyPrefix", "ParameterValue": "quickstart-citrix-adc-vpx/" }
]