Is your feature request related to a problem? Please describe.
When creating a bundle instance using terramate ui, the resulting tm.yml-files contain # tmdoc: -prefixed comments with the input's description above every input. This is a problem for us, because whenever we change the description, these comments are out of date.
Describe the solution you'd like
Please either do not render tmdoc-lines at all (I think they are not useful since at some point, they will be out of date anyway), or provide a flag in the terramate-config block of the root terramate.tm.hcl to disable this feature for the repo.
Describe alternatives you've considered
To get actual up-to-date docs on hover in VS Code, we auto-generate a JSON schema for every bundle and use it with the Red Hat YAML extension.
Additional context
Terramate version: v0.17.0-rc2
Is your feature request related to a problem? Please describe.
When creating a bundle instance using
terramate ui, the resulting tm.yml-files contain# tmdoc:-prefixed comments with the input's description above every input. This is a problem for us, because whenever we change the description, these comments are out of date.Describe the solution you'd like
Please either do not render tmdoc-lines at all (I think they are not useful since at some point, they will be out of date anyway), or provide a flag in the
terramate-config block of the root terramate.tm.hcl to disable this feature for the repo.Describe alternatives you've considered
To get actual up-to-date docs on hover in VS Code, we auto-generate a JSON schema for every bundle and use it with the Red Hat YAML extension.
Additional context
Terramate version: v0.17.0-rc2