infra/terraform/deploy
zimbatm 0563ab6ba7
terraform: import myself
Add my existing user
2023-01-23 13:02:02 +01:00

9 lines
207 B
Bash
Executable file

#!/usr/bin/env bash
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 "${*@Q}"
popd >/dev/null