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
|
pushd "$(dirname "$0")" >/dev/null
|
||||||
|
|
||||||
# terraform cloud without the remote execution part
|
# 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
|
popd >/dev/null
|
||||||
|
|
|
@ -6,10 +6,9 @@ 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"
|
mic92 = "joerg@thalheim.io"
|
||||||
# FIXME: I need to find the user ID for my account before this can be used
|
zimbatm = "zimbatm@zimbatm.com"
|
||||||
# zimbatm = "zimbatm@zimbatm.com"
|
zowoq = "zowoq.gh@gmail.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