flake/.envrc

5 lines
119 B
Text
Raw Normal View History

2024-08-31 04:01:51 +08:00
use flake
2024-09-22 00:21:30 +08:00
if has sops; then
export TF_ENCRYPTION=$(sops --extract '["tofu"]["encryption"]' -d infra/secrets.yaml)
fi