Open
Description
Since the tfwrapper
is Claranet-oriented, then it is valid to expect it would support use of Claranet production-ready Terraform modules.
I think, the wrapper documentation, especially Stacks file structure, should touch on best practices on using the modules in a project:
- Does
tfwrapper
offer any features to refer/link/import the modules? - If not, where it is suggested to put them?
- Share between account/environment/stack or make as local as possible?
- Host them as a copy or via Git submodule?
...