5 lines
105 B
Plaintext
5 lines
105 B
Plaintext
|
use flake
|
||
|
if has sops; then
|
||
|
export TF_ENCRYPTION=$(sops --extract '["tofu"]' -d infra/secrets.yaml)
|
||
|
fi
|