terraform: import myself

Add my existing user
This commit is contained in:
zimbatm 2023-01-23 13:01:58 +01:00
parent 2401eb986c
commit 0563ab6ba7
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
2 changed files with 4 additions and 5 deletions

View file

@ -4,6 +4,6 @@ set -euo pipefail
pushd "$(dirname "$0")" >/dev/null
# terraform cloud without the remote execution part
TF_FORCE_LOCAL_BACKEND="1" sops exec-env secrets.yaml "${*}"
TF_FORCE_LOCAL_BACKEND="1" sops exec-env secrets.yaml "${*@Q}"
popd >/dev/null

View file

@ -6,10 +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 = {
mic92 = "joerg@thalheim.io"
# FIXME: I need to find the user ID for my account before this can be used
# zimbatm = "zimbatm@zimbatm.com"
zowoq = "zowoq.gh@gmail.com"
mic92 = "joerg@thalheim.io"
zimbatm = "zimbatm@zimbatm.com"
zowoq = "zowoq.gh@gmail.com"
}
tfe_org = "nix-community" #tfe_organization.nix-community.name