Add a GitHub Actions job that runs tflint for Terraform-specific linting beyond what terraform validate catches.
Requires a .tflint.hcl config file. There's no official Vultr plugin for tflint, but the base ruleset still catches deprecated syntax, naming conventions, and general Terraform anti-patterns.
Lower priority than terraform fmt + validate — add this after those are in place.
Add a GitHub Actions job that runs tflint for Terraform-specific linting beyond what
terraform validatecatches.Requires a
.tflint.hclconfig file. There's no official Vultr plugin for tflint, but the base ruleset still catches deprecated syntax, naming conventions, and general Terraform anti-patterns.Lower priority than
terraform fmt+validate— add this after those are in place.