Skip to content

Commit

Permalink
Merge pull request #606 from rust-lang/fastly-billing-users
Browse files Browse the repository at this point in the history
Grant Rust Foundation staff billing access to Fastly
  • Loading branch information
jdno authored Oct 8, 2024
2 parents 968b26e + f28494d commit 90b1e8a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions terraform/team-members-fastly/users.tf
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
locals {
users = {
"abi" = {
login = "[email protected]"
name = "Abi Broom"
role = "billing"
}
"jdn" = {
login = "[email protected]"
name = "Jan David Nose"
role = "superuser"

}
"joel" = {
login = "[email protected]"
name = "Joel Marcey"
role = "superuser"

}
"marcoieni" = {
login = "[email protected]"
Expand All @@ -22,6 +25,11 @@ locals {
name = "Mark Rousskov"
role = "superuser"
}
"paul" = {
login = "[email protected]"
name = "Paul Lenz"
role = "billing"
}
"pietro" = {
login = "[email protected]"
name = "Pietro Albini"
Expand Down

0 comments on commit 90b1e8a

Please sign in to comment.