You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2025. It is now read-only.
Ensure Packer files are validated (#61)
* Ensure that packer validate is executed on a directory
* Ensure that packer validate is restricted to modern HCL2
Packer templates and corresponding file suffixes
Clean up PATH after changing it (#56)
Adding to the path without warning the user seems a little invasive.
Save the original value and change it back after.
Update terraform-fmt to match terraform-validate (#46)
This PR updates the `terraform-fmt` hook as follows:
1. Run with `-diff -check` so the differences are printed, rather than made on disk.
1. Instead of exiting on the first error, save the exit codes, and print out all `fmt` errors before exiting.
These changes are very similar to gruntwork-io/pre-commit#45.