Terraform is used to handle provisioning of systems and tracking their state.
To help ensure high-quality contributions this repository includes a pre-commit configuration which corrects and tests against common issues that would otherwise cause CI to fail.
Follow the pre-commit-instructions provided with pre-commit and run pre-commit install
under the repository base.
If for any reason you would like to disable the pre-commit hooks run pre-commit uninstall
.
You can trigger it locally with pre-commit run --all-files
or even to run only for a given file pre-commit run --files YOUR_FILE
.