https://pantsbuild.org/ logo
p

polite-garden-50641

09/09/2021, 11:39 PM
I noticed that even though we have the experimental terraform backend enabled in our repo, no terraform stuff shows up when running (for example)
./pants help subsystems
this repos in the pants repo (if the TF backend is enabled), any idea what I am missing?
h

hundreds-father-404

09/09/2021, 11:53 PM
does it show up in
./pants help targets
? You might need to also register the
.lint.tffmt
backend. Subsystems only get registered when they're actually used
p

polite-garden-50641

09/10/2021, 6:19 PM
it does show up there..
and I have
"pants.backend.experimental.terraform",
in backend packages. is there anything else I need to do in order for things to show up in subsystems?
h

hundreds-father-404

09/10/2021, 6:24 PM
yeah,
pants.backend.experimental.terraform.lint.tffmt
I think
👍 1
3 Views