generated from aws-ia/terraform-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 24
/
variables.tf
393 lines (339 loc) · 10.1 KB
/
variables.tf
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
variable "oidc_provider_arn" {
description = "The ARN of the cluster OIDC Provider"
type = string
}
#---------------------------------------------------
# SPARK K8S OPERATOR
#---------------------------------------------------
variable "enable_spark_operator" {
description = "Enable Spark on K8s Operator add-on"
type = bool
default = false
}
variable "spark_operator_helm_config" {
description = "Helm configuration for Spark K8s Operator"
type = any
default = {}
}
#---------------------------------------------------
# APACHE YUNIKORN
#---------------------------------------------------
variable "enable_yunikorn" {
description = "Enable Apache YuniKorn K8s scheduler add-on"
type = bool
default = false
}
variable "yunikorn_helm_config" {
description = "Helm configuration for Apache YuniKorn"
type = any
default = {}
}
#---------------------------------------------------
# SPARK HISTORY SERVER
#---------------------------------------------------
variable "enable_spark_history_server" {
description = "Enable Spark History Server add-on"
type = bool
default = false
}
variable "spark_history_server_helm_config" {
description = "Helm configuration for Spark History Server"
type = any
default = {}
}
#---------------------------------------------------
# KUBECOST
#---------------------------------------------------
variable "enable_kubecost" {
description = "Enable Kubecost add-on"
type = bool
default = false
}
variable "kubecost_helm_config" {
description = "Kubecost Helm Chart config"
type = any
default = {}
}
#---------------------------------------------------
# FLINK OPERATOR
#---------------------------------------------------
variable "enable_flink_operator" {
description = "Enable Flink Operator add-on"
type = bool
default = false
}
variable "flink_operator_helm_config" {
description = "Flink Operator Helm Chart config"
type = any
default = {}
}
#---------------------------------------------------
# NVIDIA GPU OPERATOR
#---------------------------------------------------
variable "enable_nvidia_gpu_operator" {
description = "Enable NVIDIA GPU Operator add-on"
type = bool
default = false
}
variable "nvidia_gpu_operator_helm_config" {
description = "Helm configuration for NVIDIA GPU Operator"
type = any
default = {}
}
#---------------------------------------------------
# EMR Runtime Spark Operator
#---------------------------------------------------
variable "enable_emr_spark_operator" {
description = "Enable the Spark Operator to submit jobs with EMR Runtime"
type = bool
default = false
}
variable "emr_spark_operator_helm_config" {
description = "Helm configuration for Spark Operator with EMR Runtime"
type = any
default = {}
}
#---------------------------------------------------
# Srimzi Kafka Operator
#---------------------------------------------------
variable "enable_strimzi_kafka_operator" {
description = "Enable the Strimzi Kafka Operator"
type = bool
default = false
}
variable "strimzi_kafka_operator_helm_config" {
description = "Helm configuration for Strimzi Kafka Operator"
type = any
default = {}
}
#---------------------------------------------------
# JUPYTERHUB
#---------------------------------------------------
variable "enable_jupyterhub" {
description = "Enable Jupyterhub Add-On"
type = bool
default = false
}
variable "jupyterhub_helm_config" {
description = "Helm configuration for JupyterHub"
type = any
default = {}
}
#---------------------------------------------------
# AIRFLOW
#---------------------------------------------------
variable "enable_airflow" {
description = "Enable Airflow add-on"
type = bool
default = false
}
variable "airflow_helm_config" {
description = "Airflow Helm Chart config"
type = any
default = {}
}
#---------------------------------------------------
# AWS Neuron Device Plugin (Using Local Helm Chart)
#---------------------------------------------------
variable "enable_aws_neuron_device_plugin" {
description = "Enable AWS Neuron Device Plugin add-on"
type = bool
default = false
}
variable "aws_neuron_device_plugin_helm_config" {
description = "AWS Neuron Device Plugin Helm Chart config"
type = any
default = {}
}
#---------------------------------------------------
# AWS EFA K8s Device Plugin (Using Local Helm Chart)
#---------------------------------------------------
variable "enable_aws_efa_k8s_device_plugin" {
description = "Enable EFA K8s Plugin add-on"
type = bool
default = false
}
variable "aws_efa_k8s_device_plugin_helm_config" {
description = "EFA K8s Plugin add-on Helm Chart config"
type = any
default = {}
}
#---------------------------------------------------
# KUBERAY OPERATOR
#---------------------------------------------------
variable "enable_kuberay_operator" {
description = "Enable Kuberay Operator add-on"
type = bool
default = false
}
variable "kuberay_operator_helm_config" {
description = "Helm configuration for Kuberay Operator"
type = any
default = {}
}
#---------------------------------------------------
# CloudNative PG OPERATOR
#---------------------------------------------------
variable "enable_cnpg_operator" {
description = "Enable CloudNative PG Operator add-on"
type = bool
default = false
}
variable "cnpg_operator_helm_config" {
description = "CloudNative PG Operator Helm Chart config"
type = any
default = {}
}
#---------------------------------------------------
# Volcano Batch Scheduler
#---------------------------------------------------
variable "enable_volcano" {
description = "Enable volcano scheduler add-on"
type = bool
default = false
}
variable "volcano_helm_config" {
description = "Volcano scheduler add-on configurations"
type = any
default = {}
}
#---------------------------------------------------
# Dask Operator
#---------------------------------------------------
variable "enable_dask_operator" {
description = "Enable Dask Operator add-on"
type = bool
default = false
}
variable "dask_operator_helm_config" {
description = "Dask Operator add-on configurations"
type = any
default = {}
}
#---------------------------------------------------
# Dask Hub Operator
#---------------------------------------------------
variable "enable_daskhub" {
description = "Enable DaskHub"
type = bool
default = false
}
variable "daskhub_helm_config" {
description = "DaskHub add-on configurations"
type = any
default = {}
}
#---------------------------------------------------
# MLflow Tracking (Using Local Helm Chart)
#---------------------------------------------------
variable "enable_mlflow_tracking" {
description = "Enable MLflow Tracking add-on"
type = bool
default = false
}
variable "mlflow_tracking_helm_config" {
description = "MLflow Tracking add-on Helm Chart config"
type = any
default = {}
}
#---------------------------------------------------
# EMR Runtime Flink Operator
#---------------------------------------------------
variable "enable_emr_flink_operator" {
description = "Enable the Flink Operator to run Flink application with EMR Runtime"
type = bool
default = false
}
variable "emr_flink_operator_helm_config" {
description = "Helm configuration for Flink Operator with EMR Runtime"
type = any
default = {}
}
#---------------------------------------------------
# Apache Pinot
#---------------------------------------------------
variable "enable_pinot" {
description = "Enable Apache Pinot Add-On"
type = bool
default = false
}
variable "pinot_helm_config" {
description = "Apache Pinot Helm Chart config"
type = any
default = {}
}
#---------------------------------------------------
# Karpenter Resources
#---------------------------------------------------
variable "enable_karpenter_resources" {
description = "Enable Karpenter Resources (NodePool and EC2NodeClass)"
type = bool
default = false
}
variable "karpenter_resources_helm_config" {
description = "Karpenter Resources Helm Chart config"
type = any
default = {}
}
#---------------------------------------------------
# NVIDIA Device Plugin
#---------------------------------------------------
variable "enable_nvidia_device_plugin" {
description = "Enable NVIDIA Device Plugin add-on"
type = bool
default = false
}
variable "nvidia_device_plugin_helm_config" {
description = "NVIDIA Device Plugin Helm Chart config"
type = any
default = {}
}
#---------------------------------------------------
# Trino
#---------------------------------------------------
variable "enable_trino" {
description = "Enable Trino add-on"
type = bool
default = false
}
variable "trino_helm_config" {
description = "Trino Helm Chart config"
type = any
default = {}
}
#---------------------------------------------------
# Apache Superset
#---------------------------------------------------
variable "enable_superset" {
description = "Enable Apache Supeset add-on"
type = bool
default = false
}
variable "superset_helm_config" {
description = "Apache Supeset Helm Chart config"
type = any
default = {}
}
#---------------------------------------------------
# Qdrant
#---------------------------------------------------
variable "enable_qdrant" {
description = "Enable Qdrant Vector Database add-on"
type = bool
default = false
}
variable "enable_nvidia_triton_server" {
description = "Enable NVIDIA Triton Server add-on"
type = bool
default = false
}
variable "qdrant_helm_config" {
description = "Helm configuration for Qdrant"
type = any
default = {}
}
variable "nvidia_triton_server_helm_config" {
description = "Helm configuration for NVIDIA Triton Server"
type = any
default = {}
}