/ terraform / .envrc
.envrc
1  # shellcheck shell=bash
2  # shellcheck disable=SC2154
3  use flake ..#terraform
4  
5  eval "$(sops -d --output-type dotenv secrets.yaml | grep -E '^AWS_' | sed 's/^/export /')"
6  
7  export TG_NON_INTERACTIVE=true