Skip to content

Commit 16e70cc

Browse files
authored
Merge pull request #739 from rust-lang/datadog-jon
Add Jon to Datadog
2 parents bcba51d + fc4e60a commit 16e70cc

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

terraform/team-members-datadog/foundation.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ locals {
33
"adam" = local.users.adam
44
"jdn" = local.users.jdn
55
"joel" = local.users.joel
6+
"jon" = local.users.jon
67
"marcoieni" = local.users.marcoieni
78
"paullenz" = local.users.paullenz
89
"rustfoundation" = local.users.rustfoundation

terraform/team-members-datadog/users.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ locals {
2424
2525
name = "Joel Marcey"
2626
}
27+
"jon" = {
28+
29+
name = "Jon Bauman"
30+
}
2731
"jtgeibel" = {
2832
2933
name = "Justin Geibel"

0 commit comments

Comments
 (0)