stelligent / config-lint

Command line tool to validate configuration files
https://stelligent.github.io/config-lint/#/
MIT License
193 stars 39 forks source link

Feature: Breakup list of Terraform BuiltIn Rules #157

Closed milldr closed 4 years ago

milldr commented 4 years ago

problem: we have one huge list of terraform rules. vey long and difficult to easily manage. tests arent necessarily intuitive and aren't obviously included per rule

solution: create structure where each rule has its own file and test in the same place

milldr commented 4 years ago

closed by #155