terraform cloud: add the missing admins

This commit is contained in:
zimbatm 2023-01-23 17:31:40 +01:00 committed by zowoq
parent 45fc9e98fb
commit d4eef113a3

View file

@ -6,7 +6,9 @@ locals {
# FIXME: add all the admins of the org
# NOTE: there is a limit of 5 members in the free plan
tfe_owners = {
adisbladis = "adisbladis@gmail.com"
mic92 = "joerg@thalheim.io"
ryantm = "ryan@ryantm.com"
zimbatm = "zimbatm@zimbatm.com"
zowoq = "zowoq.gh@gmail.com"
}