I noticed that even though we have the experimenta...
# general
p
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
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
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
yeah,
pants.backend.experimental.terraform.lint.tffmt
I think
👍 1