1 مستودع
Tools that verify the correctness and usage of input variables in infrastructure-as-code files.
Distinct from Input Validation: None of the candidates address the validation of unused or undefined variables in infrastructure configurations.
Explore 1 awesome GitHub repository matching devops & infrastructure · Infrastructure Variable Validators. Refine with filters or upvote what's useful.
This project is a set of git pre-commit hooks designed to automate the formatting, linting, and validation of Terraform configurations. It functions as an infrastructure as code linter, security scanner, cost estimator, and documentation generator to ensure code quality before commits are finalized. The tool distinguishes itself by providing specialized capabilities for infrastructure workflows, such as scanning templates for security vulnerabilities and hardcoded secrets, calculating projected cloud spending against budgets, and automatically extracting module definitions to populate readme
Scans configuration files to identify and remove unused or undefined input variables in Terragrunt.