We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae202dc + 62cf891 commit 83c646bCopy full SHA for 83c646b
terraform/team-members-datadog/crates-io-oncall.tf
@@ -6,6 +6,7 @@ locals {
6
"pietro_albini" = local.users.pietro_albini
7
"sebastian_ziebell" = local.users.sebastian_ziebell
8
"thepang_mbambo" = local.users.tshepang_mbambo
9
+ "lukas_wirth" = local.users.lukas_wirth
10
}
11
12
terraform/team-members-datadog/users.tf
@@ -40,6 +40,10 @@ locals {
40
login = "jtgeibel@gmail.com"
41
name = "Justin Geibel"
42
43
+ "lukas_wirth" = {
44
+ login = "lukas.wirth@ferrous-systems.com"
45
+ name = "Lukas Wirth"
46
+ }
47
"mark" = {
48
login = "mark.simulacrum@gmail.com"
49
name = "Mark Rousskov"
0 commit comments