https://pantsbuild.org/ logo
b

bitter-ability-32190

04/13/2022, 1:55 AM
./pants run build-support/bin/generate_docs.py
is failing for me on
main
😞
✅ 1
Looks like it assumes
terraform
is experimental
f

fast-nail-55400

04/13/2022, 2:00 AM
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 … )