Khosrow Moossavi

Results 62 comments of Khosrow Moossavi

Apologies for late response. This is unfortunately how markdown tables are being rendered and on top of that different markdown engines behave completely differently when rendering table. There was a...

I personally don't like the ``` ` ``` approach because it would feel a little bit weird, after all it was a multi-line text which will end up in a...

All the available options have their own page (e.g. `content` is at https://terraform-docs.io/user-guide/configuration/content/, or `formatter` at https://terraform-docs.io/user-guide/configuration/formatter/ and so on). In your eyes, that you just stumbled upon this, what...

Ah, yeah that makes sense. Maybe we can add inline comments in the options page similar to `examples/.terraform-docs.yaml`: https://github.com/terraform-docs/terraform-docs/blob/69dbe98fb05a19ddcedde6562fec0d8b2e80d54e/examples/.terraform-docs.yml#L4-L5 Although the tradeoff would be losing the brevity of the options...

Thank you @felipeneuwald for raising the issue. Based on the description I have the feeling you have multiple subfolders under `modules/` which may or may not contain a `.header.md` file....

But that's going to be in contradiction of one and other. In other words combination of those two flags reads as "do this optional thing (load header) but ignore if...

That said, I'll like to leave this issue open for a little while to see if other folks have some feedback on it or not.

That's a good point, but maybe a better approach, to be more general, would be not to tie it to specifically header rather than a general "do not error" flag....

I understand, and that was my bad describing. terraform-docs has the duality between flags and corresponding configuration files (for majority of flags), but what I intended originally was the `fail-on-error:...

This is almost identical to #500. The warnings are mostly due to anchors which you can be suppressed by `anchor: false` (or `--anchor=false` via CLI). If there is a multi-line...