Skip to content

Commit 83c646b

Browse files
authored
Merge pull request #432 from jdno/onboard-veykril
Onboard Veykril to Datadog
2 parents ae202dc + 62cf891 commit 83c646b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

terraform/team-members-datadog/crates-io-oncall.tf

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ locals {
66
"pietro_albini" = local.users.pietro_albini
77
"sebastian_ziebell" = local.users.sebastian_ziebell
88
"thepang_mbambo" = local.users.tshepang_mbambo
9+
"lukas_wirth" = local.users.lukas_wirth
910
}
1011
}
1112

terraform/team-members-datadog/users.tf

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ locals {
4040
4141
name = "Justin Geibel"
4242
}
43+
"lukas_wirth" = {
44+
45+
name = "Lukas Wirth"
46+
}
4347
"mark" = {
4448
4549
name = "Mark Rousskov"

0 commit comments

Comments
 (0)