Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit fde18a5

Browse files
committed
Upload example of defaults.json
1 parent 884a2ff commit fde18a5

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

ci/defaults.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1-
{}
1+
[{
2+
"ParameterKey": "KeyPairName",
3+
"ParameterValue": "mykey"
4+
}, {
5+
"ParameterKey": "AWSVPC",
6+
"ParameterValue": "vpc-ae07a6cb"
7+
}, {
8+
"ParameterKey": "DeepSecuritySubnet",
9+
"ParameterValue": "t2.small"
10+
}, {
11+
"ParameterKey": "DeepSecurityAdminName",
12+
"ParameterValue": "admin"
13+
}, {
14+
"ParameterKey": "DeepSecurityAdminPass",
15+
"ParameterValue": "$[taskcat_genpass_8A]"
16+
}, {
17+
"ParameterKey": "DatabaseSubnet1",
18+
"ParameterValue": "subnet-974239e0"
19+
}, {
20+
"ParameterKey": "DatabaseSubnet2",
21+
"ParameterValue": "subnet-5e26703b"
22+
}, {
23+
"ParameterKey": "ProtectedInstances",
24+
"ParameterValue": "1-100"
25+
}]

0 commit comments

Comments
 (0)