Updated CLI args, config attributes and blocks
sops_decrypt_file
Description
- The
sops_decrypt_file
will now cache decrypted files in memory while Terragrunt runs. This can lead to a significant speed up, as it ensures that each unique file path is decrypted at most once per run.
Special thanks
- Thank you to @abeluck for the contribution!