Khosrow Moossavi

Results 66 comments of Khosrow Moossavi

This is the normal behavior of `docker run`. If you omit ` > README.md` at the end of the command above, whatever you see as a result of that command...

I just tested your PR and it passed on my laptop. It also passes on the actions too. So I'm wondering if you are using older go version. What's your...

Also if you search the whole repo for `terraform-doc` (without the trailing `s`) there are few other occurrences that you can fix as part of this PR too.

@goruha thank you for the PR and your patience. Can you please rebase your PR?

@Aurelian-Shuttleworth thank you for reporting this, and please do create a PR, if you already have a working fix.

Yes, I'm actually going through the PRs now to see which I can quickly merge and will cut a `v0.17.0` release afterwards.

These should now be fixed in [`v0.17.0`](https://github.com/terraform-docs/terraform-docs/releases/tag/v0.17.0)

This is done in #651 by @kampka originally only supporting `variable`, but we extend it to all kind of resources. Anything Terraform related (i.e. `resource`, `data`, `module`, `variable`, and `output`)...