5 lines
175 B
Bash
5 lines
175 B
Bash
source_up
|
|
|
|
# terraform cloud without the remote execution part
|
|
export TF_FORCE_LOCAL_BACKEND="1";
|
|
eval "$("$direnv" dotenv bash <(sops -d --output-type dotenv secrets.yaml))"
|