From f28494d55d5d47b92967045fed7b11b892567eda Mon Sep 17 00:00:00 2001 From: Jan David Date: Tue, 8 Oct 2024 13:47:32 +0200 Subject: [PATCH] Grant Rust Foundation staff billing access to Fastly Staff of the Rust Foundation might need to access the billing portal in Fastly. Two accounts have been provisioned with the relevant role. --- terraform/team-members-fastly/users.tf | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/terraform/team-members-fastly/users.tf b/terraform/team-members-fastly/users.tf index f44c1dc22..65eddb575 100644 --- a/terraform/team-members-fastly/users.tf +++ b/terraform/team-members-fastly/users.tf @@ -1,16 +1,19 @@ locals { users = { + "abi" = { + login = "abibroom@rustfoundation.org" + name = "Abi Broom" + role = "billing" + } "jdn" = { login = "jandavidnose@rustfoundation.org" name = "Jan David Nose" role = "superuser" - } "joel" = { login = "joelmarcey@rustfoundation.org" name = "Joel Marcey" role = "superuser" - } "marcoieni" = { login = "marcoieni@rustfoundation.org" @@ -22,6 +25,11 @@ locals { name = "Mark Rousskov" role = "superuser" } + "paul" = { + login = "paullenz@rustfoundation.org" + name = "Paul Lenz" + role = "billing" + } "pietro" = { login = "pietro@pietroalbini.org" name = "Pietro Albini"