Releases: gruntwork-io/terragrunt-action
Releases · gruntwork-io/terragrunt-action
v2.1.5
What's Changed
- chore(docs): upgrade terragrunt and tofu version by @meysam81 in #76
- adding optinal tf_dir by @pmmalinov01 in #86
New Contributors
- @meysam81 made their first contribution in #76
- @pmmalinov01 made their first contribution in #86
Full Changelog: v2...v2.1.5
v2.1.4
Description
- Updated action comment flow to handle long comments and fix errors "/usr/bin/jq: Argument list too long"
Related links
v2.1.3
v2.1.2
Description
- Added new Github ssh keys
- Updated permissions set on the workspace directory
Related links
v2.1.1
v2.1.0
Description
- Added support for using OpenTofu
- Removed
tfenv
andtgswitch
and replaced withmise
due to unpatched vulnerabilities.
Related links
v2.0.2
Description
- Updated permissions settings to avoid errors like
/github/home/.gitconfig: Permission denied
- Added automatic insertion of
-auto-approve
in cases when it is required.
Related links
v2.0.1
v2.0.0
Description
- Updated user under which Terragrunt is invoked
- Added support for
INPUT_POST_EXEC_number
variables to allow execution of custom commands after terragrunt run.
Related links
Migration Guide
- Use
sudo
to do any action under privileged user - Use
INPUT_POST_EXEC
to do any action to post-process files after Terragrunt execution