`./pants run build-support/bin/generate_docs.py` i...
# development
b
./pants run build-support/bin/generate_docs.py
is failing for me on
main
😞
✅ 1
Looks like it assumes
terraform
is experimental
f
looking
it is because
pants.backend.experimental.terraform.lint.tffmt
is listed as a backend but it doesn’t exist
since tffmt is just enabled by the regular terraform backend
so no separate linter backend
sending PR
(and the bug is from me … ho hum … )