fix(zsh): Remove sensitive information

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2024-04-12 15:01:12 +02:00
parent 08bdf6aaf2
commit 1184466a26

View File

@@ -1,15 +1,10 @@
# Rust / Cargo # Rust / Cargo
. "$HOME/.cargo/env" . "$HOME/.cargo/env"
# Cloudflare
export CLOUDFLARE_API_TOKEN='A06KFcMRIZVzNnjNrsqH8UAvjeTOLPI2lY8Dbwfm'
# Terraform # Terraform
export TF_VAR_CLOUDFLARE_API_TOKEN=$CLOUDFLARE_API_TOKEN export TF_VAR_CLOUDFLARE_API_TOKEN=$CLOUDFLARE_API_TOKEN
export TF_CLOUD_ORGANIZATION=noah-knegt export TF_CLOUD_ORGANIZATION=noah-knegt
export TF_WORKSPACE=cloudflare-dns export TF_WORKSPACE=cloudflare-dns
export TF_TOKEN_app_terraform_io=h7ClU6Ez34K9MA.atlasv1.EL4My9EWJAJJygXIGiiNiHDTBrc9Q7bizVy2E2BSaugPXA5f7yuHxgZrYsmou99JGSQ
# Drone CI - for the drone CLI # Drone CI - for the drone CLI
export DRONE_SERVER=https://drone.noahknegt.com export DRONE_SERVER=https://drone.noahknegt.com
export DRONE_TOKEN=l1lG6o22fStd81PJ3VTtwa8l2crd4h5R