Skip to content

Commit a390f73

Browse files
authored
Merge pull request #817 from rust-lang/add-guillaume-to-datadog
add Guillaume to datadog
2 parents becf453 + 85684a8 commit a390f73

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

terraform/team-members-datadog/docs-rs.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
locals {
22
docs_rs = {
3-
"syphar" = local.users.syphar
3+
"guillaumegomez" = local.users.guillaumegomez
4+
"syphar" = local.users.syphar
45
}
56
}
67

terraform/team-members-datadog/users.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ locals {
1212
1313
name = "Carol Nichols"
1414
}
15+
"guillaumegomez" = {
16+
17+
name = "Guillaume Gomez"
18+
}
1519
"jakub" = {
1620
1721
name = "Jakub Beránek"

0 commit comments

Comments
 (0)