- Forked from https://github.com/robburger/terraform-pr-commenter project.
- Use hashicorp/terraform:1.4.5 container base image.
- Bump to Terraform v1.0.6 internally (only affects
fmt
) - Fix Terraform v1
plan
output truncation
- Bump to Terraform v0.15.0 internally (only affects
fmt
) - Change the way
plan
s are truncated after introduction of new horizontal break in TF v0.15.0 - Add
validate
comment handling - Update readme
- Bump to Terraform v0.14.9 internally (only affects
fmt
) - Fix output truncation in Terraform v0.14 and above
- Bump to Terraform v0.14.5 internally (only affects
fmt
) - Change to leave
fmt
output as-is - Add colourisation to
plan
diffs where there are changes (on by default, controlled withHIGHLIGHT_CHANGES
environment variable) - Update readme
- Adds better parsing for Terraform v0.14
- Initial release.