-
-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathteams.tf
592 lines (512 loc) · 13.1 KB
/
teams.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
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
locals {
github_teams = {
asdf-core = {
description = "Core team"
maintainers = [
"smorimoto",
"vic",
]
}
asdf-infrastructure = {
description = "Infrastructure team"
maintainers = [
"smorimoto",
"vic",
]
members = [
"nzws",
]
}
asdf-alp = {
description = "The people with push access to the asdf-alp repository"
maintainers = [
"smorimoto",
]
}
asdf-alpine = {
description = "The people with push access to the asdf-alpine repository"
maintainers = [
"vic",
]
}
asdf-aocc = {
description = "The people with push access to the asdf-aocc repository"
maintainers = [
"smorimoto",
]
}
asdf-aria2 = {
description = "The people with push access to the asdf-aria2 repository"
maintainers = [
"smorimoto",
]
}
asdf-arkade = {
description = "The people with push access to the asdf-arkade repository"
maintainers = [
"looztra",
]
}
asdf-ccache = {
description = "The people with push access to the asdf-ccache repository"
maintainers = [
"smorimoto",
]
}
asdf-chezscheme = {
description = "The people with push access to the asdf-chezscheme repository"
maintainers = [
"vic",
]
}
asdf-cloak-swift = {
description = "The people with push access to the asdf-cloak-swift repository"
maintainers = [
"lordcodes",
]
}
asdf-clojure = {
description = "The people with push access to the asdf-clojure repository"
maintainers = [
"vic",
]
}
asdf-cmake = {
description = "The people with push access to the asdf-cmake repository"
maintainers = [
"amrox",
]
}
asdf-cmctl = {
description = "The people with push access to the asdf-crystal repository"
maintainers = [
"superbrothers",
]
}
asdf-crystal = {
description = "The people with push access to the asdf-crystal repository"
maintainers = [
"marciogm",
]
}
asdf-cue = {
description = "The people with push access to the asdf-cue repository"
maintainers = [
"NeoHsu",
"spencergilbert",
]
}
asdf-dapr-cli = {
description = "The people with push access to the asdf-dapr-cli repository"
maintainers = [
"mindovermiles262",
]
}
asdf-dasel = {
description = "The people with push access to the asdf-dasel repository"
maintainers = [
"ghostsquad",
"TomWright",
]
}
asdf-deno = {
description = "The people with push access to the asdf-deno repository"
maintainers = [
"smorimoto",
]
}
asdf-direnv = {
description = "The people with push access to the asdf-direnv repository"
maintainers = [
"jfly",
"michi-zuri",
"smorimoto",
"vic",
]
}
asdf-dotty = {
description = "The people with push access to the asdf-dotty repository"
maintainers = [
"vic",
]
}
asdf-dprint = {
description = "The people with push access to the asdf-dprint repository"
maintainers = [
"SnO2WMaN",
]
}
asdf-duckdb = {
description = "The people with push access to the asdf-duckdb repository"
maintainers = [
"JesseStimpson",
]
}
asdf-elasticsearch = {
description = "The people with push access to the asdf-elasticsearch repository"
maintainers = [
"michaelstephens",
]
}
asdf-elm = {
description = "The people with push access to the asdf-elm repository"
maintainers = [
"brianvanburken",
]
}
asdf-etcd = {
description = "The people with push access to the asdf-etcd repository"
maintainers = [
"particledecay",
]
}
asdf-flutter = {
description = "The people with push access to the asdf-flutter repository"
maintainers = [
"ciccioska",
"ken-ty",
"oae",
"ugurcoskn",
]
}
asdf-getenvoy = {
description = "The people with push access to the asdf-getenvoy repository"
maintainers = [
"superbrothers",
]
}
asdf-golang = {
description = "The people with push access to the asdf-golang repository"
maintainers = [
"kennyp",
]
}
asdf-grpcurl = {
description = "The people with push access to the asdf-grpcurl repository"
maintainers = [
"superbrothers",
]
}
asdf-hashicorp = {
description = "The people with push access to the asdf-hashicorp repository"
maintainers = [
"DustinChaloupka",
"nathantypanski",
"radditude",
]
}
asdf-helmsman = {
description = "The people with push access to the asdf-helmsman repository"
maintainers = [
"luisdavim",
]
}
asdf-hishtory = {
description = "The people with push access to the asdf-hishtory repository"
maintainers = [
"czchen",
]
}
asdf-intlc = {
description = "The people with push access to the asdf-intlc repository"
maintainers = [
"osdiab",
]
}
asdf-jetbrains = {
description = "The people with push access to the asdf-jetbrains repository"
maintainers = [
"mbutov",
]
}
asdf-kconf = {
description = "The people with push access to the asdf-kconf repository"
maintainers = [
"particledecay",
]
}
asdf-kiota = {
description = "The people with push access to the asdf-kiota repository"
maintainers = [
"andreaTP",
]
}
asdf-kotlin = {
description = "The people with push access to the asdf-kotlin repository"
maintainers = [
"missingcharacter",
]
}
asdf-kpack-cli = {
description = "The people with push access to the asdf-kpack-cli repository"
maintainers = [
"mindovermiles262",
]
}
asdf-krelay = {
description = "The people with push access to the asdf-krelay repository"
maintainers = [
"ilpianista",
"vad",
]
}
asdf-ktlint = {
description = "The people with push access to the asdf-ktlint repository"
maintainers = [
"esensar",
]
}
asdf-kubectl = {
description = "The people with push access to the asdf-kubectl repository"
maintainers = [
"DustinChaloupka",
]
}
asdf-gitlab-lab = {
description = "The people with push access to the asdf-lab repository"
maintainers = [
"particledecay",
]
}
asdf-mimirtool = {
description = "The people with push access to the asdf-mimirtool repository"
maintainers = [
"czchen",
]
}
asdf-moonrepo = {
description = "The people with push access to the asdf-moonrepo repository"
maintainers = [
"ethanjdiamond",
]
}
asdf-nim = {
description = "The people with push access to the asdf-nim repository"
maintainers = [
"elijahr",
]
}
asdf-odo = {
description = "The people with push access to the asdf-odo repository"
maintainers = [
"rm3l",
]
}
asdf-pandoc = {
description = "The people with push access to the asdf-pandoc repository",
maintainers = [
"sys9kdr",
]
}
asdf-pandoc-crossref = {
description = "The people with push access to the asdf-pandoc-crossref repository",
maintainers = [
"sys9kdr",
]
}
asdf-pdm = {
description = "The people with push access to the asdf-pdm repository"
maintainers = [
"1oglop1",
]
}
asdf-peco = {
description = "The people with push access to the asdf-peco repository"
maintainers = [
"smorimoto",
]
}
asdf-poetry = {
description = "The people with push access to the asdf-poetry repository"
maintainers = [
"crflynn",
]
}
asdf-php = {
description = "The people with push access to the asdf-php repository"
maintainers = [
"smorimoto",
]
}
asdf-plugin-manager = {
description = "The people with push access to the asdf-plugin-manager repository"
maintainers = [
"aabouzaid",
]
}
asdf-promtool = {
description = "The people with push access to the asdf-promtool repository"
maintainers = [
"czchen",
]
}
asdf-pomerium-cli = {
description = "The people with push access to the asdf-pomerium-cli repository"
maintainers = [
"haggishunk",
]
}
asdf-python = {
description = "The people with push access to the asdf-python repository"
maintainers = [
"danhper",
]
}
asdf-quarkus = {
description = "The people with push access to the asdf-quarkus repository"
maintainers = [
"marcwrobel",
]
}
asdf-r = {
description = "The people with push access to the asdf-r repository"
maintainers = [
"taiar",
]
}
asdf-racket = {
description = "The people with push access to the asdf-racket repository"
maintainers = [
"nandalopes",
]
}
asdf-regal = {
description = "The people with push access to the asdf-regal repository"
maintainers = [
"czchen",
]
}
asdf-scala = {
description = "The people with push access to the asdf-scala repository"
maintainers = [
"mtatheonly",
]
}
asdf-scala-cli = {
description = "The people with push access to the asdf-scala-cli repository"
maintainers = [
"rlemaitre",
]
}
asdf-bitwarden-secrets-manager = {
description = "The people with push access to the asdf-bitwarden-secrets-manager repository"
maintainers = [
"FIAV1",
]
}
asdf-sml = {
description = "The people with push access to the asdf-sml repository"
maintainers = [
"nverno",
]
}
asdf-stratus-red-team = {
description = "The people with push access to the asdf-stratus-red-team repository"
maintainers = [
"christophetd",
"vthiery",
]
}
asdf-svu = {
description = "The people with push access to the asdf-svu repository"
maintainers = [
"ghostsquad",
"caarlos0",
]
}
asdf-swift = {
description = "The people with push access to the asdf-swift repository"
maintainers = [
"hqnna",
]
}
asdf-swifthooks = {
description = "The people with push access to the asdf-swifthooks repository"
maintainers = [
"lordcodes",
]
}
asdf-taskfile = {
description = "The people with push access to the asdf-task repository"
maintainers = [
"particledecay",
]
}
asdf-terragrunt = {
description = "The people with push access to the asdf-terragrunt repository"
maintainers = [
"ohmer",
]
}
asdf-temporal = {
description = "The people with push access to the asdf-temporal repository"
maintainers = [
"joshkaplinsky",
"hariscodes",
]
}
asdf-tomcat = {
description = "The people with push access to the asdf-tomcat repository"
maintainers = [
"mbutov",
]
}
asdf-tridentctl = {
description = "The people with push access to the asdf-tridentctl repository"
maintainers = [
"superbrothers",
]
}
asdf-zig = {
description = "The people with push access to the asdf-zig repository"
maintainers = [
"smorimoto",
]
}
asdf-tuist = {
description = "The people with push access to the asdf-tuist repository"
maintainers = [
"fortmarek",
"pepicrft"
]
}
asdf-tuist-cloud = {
description = "The people with push access to the asdf-tuist-cloud repository"
maintainers = [
"fortmarek",
"pepicrft"
]
}
asdf-uv = {
description = "The people with push access to the asdf-uv repository"
maintainers = [
"b1-luettje"
]
}
}
}
resource "github_team" "teams" {
for_each = local.github_teams
name = each.key
description = each.value.description
privacy = "closed"
}
resource "github_team_membership" "team_membership" {
for_each = { for i in flatten(
[for team_name, team in local.github_teams : [
[for username in lookup(team, "maintainers", []) : {
team_name = team_name,
username = username,
role = "maintainer",
}],
[for username in lookup(team, "members", []) : {
team_name = team_name,
username = username,
role = "member",
}],
]]) : format("%s.%s", i.team_name, i.username) => i
}
team_id = github_team.teams[each.value.team_name].id
role = each.value.role
username = each.value.username
}