<!-- Thank you for helping to improve terraform-docs! Please be sure to search for open issues before raising a new one. We use issues for bug reports and feature requests. Please note, this template is for bugs report, not feature requests. For more information, see the Contributing Guidelines at https://git.io/JtEzg. Please find us at https://slack.terraform-docs.io/ for questions, support, and discussion. --> ### Describe the bug When using variable on terraform module version, the error is resulted `Error: Variables not allowed: Variables may not be used here. (and 1 other messages)` <!-- Please let us know what behaviour you expected and how terraform-docs diverged from that behaviour. --> ### How can we reproduce it? Using the following manifest `locals { module_version = "9.17.0" } module "aws_lb" { source = "terraform-aws-modules/alb/aws" version = local.module_version } ` <!-- Help us to reproduce your bug as succinctly and precisely as possible. Any and all steps or script that triggers the issue are highly appreciated! Do you have long logs to share? Please go to https://ghostbin.com and insert the link here. --> Command ` terraform-docs markdown ./module --recursive --recursive-include-main=false --recursive-path=./ ` Log `Error: Variables not allowed: Variables may not be used here. (and 1 other messages)` ### Environment information <!-- - terraform-docs version (use `terraform-docs --version`): - Go version (if you manually built. use `go version`): - OS (e.g. Windows, MacOS): --> terraform-docs 0.20.0