Releases: antonbabenko/pre-commit-terraform
Releases · antonbabenko/pre-commit-terraform
v1.83.5
1.83.5 (2023-10-11)
Bug Fixes
- Suppress duplicate error messages in
terraform_validate
(#577) (4ea6b14)
v1.83.4
1.83.4 (2023-09-22)
Bug Fixes
- Fix terraform_wrapper_module_for_each for when resource name contains 'variable' (#573) (941177e)
v1.83.3
1.83.3 (2023-09-15)
Bug Fixes
- Run
terraform_tfsec
only on terraform code changes (#571) (4253162)
v1.83.2
1.83.2 (2023-09-04)
Bug Fixes
- Extend
terraform_validate
--retry-once-with-cleanup
errors list (#566) (19188e5)
v1.83.1
1.83.1 (2023-09-04)
Bug Fixes
- Fixed ordering issue in terraform_wrapper_module_for_each hook (#565) (dc12be1)
v1.83.0
1.83.0 (2023-08-25)
Features
- Skip legacy modules (with provider block) in terraform_wrapper_module_for_each hook (#560) (456cc76)
v1.82.0
1.82.0 (2023-08-15)
Features
- docker: Add ssh-client to Docker image to access private modules via ssh (#553) (1d76157)
v1.81.2
1.81.2 (2023-08-10)
Bug Fixes
- Fix terraform_wrapper_module_for_each hook heredoc vars defaults (#554) (6fd4263)
v1.81.1
1.81.1 (2023-08-10)
Bug Fixes
- Fix the terraform_wrapper_module_for_each hook for modules without outputs or variables (#552) (f24b3fa)
v1.81.0
1.81.0 (2023-06-12)
Features
- Speedup
terraform_validate
- firstly try run validate without checking is .terraform/
is valid (#524) (d0d08ac)