terraform: import myself
Add my existing user
This commit is contained in:
parent
2401eb986c
commit
0563ab6ba7
2 changed files with 4 additions and 5 deletions
terraform
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue