-
Notifications
You must be signed in to change notification settings - Fork 0
/
autogen_modules.json
79 lines (79 loc) · 1.97 KB
/
autogen_modules.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[
{
"template_folder": "./autogen/main",
"path": "./",
"options": {
"private_cluster": false
}
},
{
"template_folder": "./autogen/main",
"path": "./modules/private-cluster",
"options": {
"module_path": "//modules/private-cluster",
"private_cluster": true
}
},
{
"template_folder": "./autogen/main",
"path": "./modules/beta-private-cluster",
"options": {
"module_path": "//modules/beta-private-cluster",
"private_cluster": true,
"beta_cluster": true
}
},
{
"template_folder": "./autogen/main",
"path": "./modules/private-cluster-update-variant",
"options": {
"module_path": "//modules/private-cluster-update-variant",
"private_cluster": true,
"update_variant": true
}
},
{
"template_folder": "./autogen/main",
"path": "./modules/beta-private-cluster-update-variant",
"options": {
"module_path": "//modules/beta-private-cluster-update-variant",
"private_cluster": true,
"update_variant": true,
"beta_cluster": true
}
},
{
"template_folder": "./autogen/main",
"path": "./modules/beta-public-cluster",
"options": {
"module_path": "//modules/beta-public-cluster",
"private_cluster": false,
"beta_cluster": true
}
},
{
"template_folder": "./autogen/main",
"path": "./modules/beta-public-cluster-update-variant",
"options": {
"module_path": "//modules/beta-public-cluster-update-variant",
"private_cluster": false,
"beta_cluster": true,
"update_variant": true
}
},
{
"template_folder": "./autogen/safer-cluster",
"path": "./modules/safer-cluster",
"options": {
"module_path": "//modules/safer-cluster"
}
},
{
"template_folder": "./autogen/safer-cluster",
"path": "./modules/safer-cluster-update-variant",
"options": {
"module_path": "//modules/safer-cluster-update-variant",
"update_variant": true
}
}
]