README.md
pvtr-terraform
Terraform for pvtr plugins
Prerequisites
just
just is a command runner used for local development tasks.
Install with Homebrew:
brew install just
Usage
Linting
Validate all Terraform modules:
just lint
This runs terraform init -backend=false and terraform validate against each module in modules/.