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
fix: enhance pre-commit configuration to prevent test_formatting.tf file issues
- Add comprehensive exclude patterns to prevent temporary test files from being processed
- Add explicit exclusions to all terraform hooks (fmt, validate, docs, tflint)
- This should resolve the ''Invalid single-argument block definition'' errors in CI
- Addresses malformed test_formatting.tf file creation during pre-commit execution
Co-authored-by: Luis M. Gallardo D. <lgallard@users.noreply.github.com>
0 commit comments