gruntwork-io / gruntwork-io/pre-commit
add option to customize flags to terraform init for terraform validate
Open
enhancement
- Dominant language
- Shell
- Stars
- 547
- Forks
- 168
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the solution you'd like**
The terraform lock file is causing issues with terraform validate being run in an automated job. Terraform init is updating the hashes in the lockfile and thus failing the job because it detects changes were made to files.
For now this can be fixed by not checking in the lock file but this is outside of what hashicorp is recommending.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.