what is the convention to reference modules that are still under development
Hey everyone. Would appreciate some help here. I've created several modules which are then used by a template that I also created. However, when trying to test the template i get the following error:
which i imagine comes from how the template is referencing my modules:
what is the convention to reference modules that are still under development?
4 Replies
<#1409685869736099850>
Category
Other
Product
Coder (v2)
Platform
macOS
Logs
Please post any relevant logs/error messages.
solved: follow regular terraform module publishing. To avoid double publishing ( i imagine my modules will eventually be part of coder registry ) i will publish them to my fork under a branch and reference them that way
glad to hear it's solved! though if you ever want to just publish a template version with symlinks like you described, you can tar the template up yourself and upload that
https://coder.com/docs/tutorials/faqs#can-i-use-local-or-remote-terraform-modules-in-coder-templates