Hm, <@U0N6C2Q9F>, we have the same problem with Te...
# development
h
Hm, @fast-nail-55400, we have the same problem with Terraform as we had with Go for target generation: if the
terraform_modules
target generator is in the same directory as some
tf
files, what is the address for that
terraform_module
?
src/tf#
, or like Go,
src/tf#./
perhaps?
f
.
or
./
seems fine to me
h
So, should it generally be
src/tf#./subdir
like Go, or stick with
src/tf#subdir
, and only use the
.
when it's the current dir?
I personally prefer
src/tf#subdir
and
src/tf#.
I think, but maybe worth alignment with Go...?
f
your preference seems fine as well. I don’t see why Go and Terraform generators need to be aligned there.