Terraform/OpenTofu via Pull Request
Version updated for DevSecTop/TF-via-PR to version v12.0.1.
- This action is used across all versions by 2 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Added
- Count of diff lines in the output.
Improved
- Reorder above-the-fold content in the README.
- Consistent use of arguments throughout workflow examples.
- Use
-json
fordiff
command comparison of plan files withplan-parity
enabled.- Reveal
diff
command output duringplan-parity
comparison.
- Reveal
- Append ‘…’ ellipsis to truncated plan or diff outputs if exceeding character limit.
Fixed
- Handling of plan files which exceed GitHub’s character limit.
- Include
stderr
within console output of the workflow run log. - Exclude
-detailed-exitcode
argument from plan command duringplan-parity
comparison.
Commits changelog: https://github.com/DevSecTop/TF-via-PR/compare/v12.0.0...v12.0.1