terraform cloud: add the missing admins
This commit is contained in:
parent
45fc9e98fb
commit
d4eef113a3
1 changed files with 5 additions and 3 deletions
|
@ -6,9 +6,11 @@ locals {
|
|||
# FIXME: add all the admins of the org
|
||||
# NOTE: there is a limit of 5 members in the free plan
|
||||
tfe_owners = {
|
||||
mic92 = "joerg@thalheim.io"
|
||||
zimbatm = "zimbatm@zimbatm.com"
|
||||
zowoq = "zowoq.gh@gmail.com"
|
||||
adisbladis = "adisbladis@gmail.com"
|
||||
mic92 = "joerg@thalheim.io"
|
||||
ryantm = "ryan@ryantm.com"
|
||||
zimbatm = "zimbatm@zimbatm.com"
|
||||
zowoq = "zowoq.gh@gmail.com"
|
||||
}
|
||||
|
||||
tfe_org = "nix-community" #tfe_organization.nix-community.name
|
||||
|
|
Loading…
Add table
Reference in a new issue