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
|
# FIXME: add all the admins of the org
|
||||||
# NOTE: there is a limit of 5 members in the free plan
|
# NOTE: there is a limit of 5 members in the free plan
|
||||||
tfe_owners = {
|
tfe_owners = {
|
||||||
mic92 = "joerg@thalheim.io"
|
adisbladis = "adisbladis@gmail.com"
|
||||||
zimbatm = "zimbatm@zimbatm.com"
|
mic92 = "joerg@thalheim.io"
|
||||||
zowoq = "zowoq.gh@gmail.com"
|
ryantm = "ryan@ryantm.com"
|
||||||
|
zimbatm = "zimbatm@zimbatm.com"
|
||||||
|
zowoq = "zowoq.gh@gmail.com"
|
||||||
}
|
}
|
||||||
|
|
||||||
tfe_org = "nix-community" #tfe_organization.nix-community.name
|
tfe_org = "nix-community" #tfe_organization.nix-community.name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue