terraform-docs / gh-actions

A Github action for generating Terraform module documentation using terraform-docs and gomplate
Apache License 2.0
144 stars 61 forks source link

Selectable input and output directories. #96

Open bourbonfgiles opened 1 year ago

bourbonfgiles commented 1 year ago

I want to be able to run terraform-docs in github actions, but due to several project restaints, I need to be able to select the directory I'm scanning for terraform code as ".iac" in the root of the git repository recursively and output to /docs/terraform.md.

I can't find a way of getting this working. Any suggestions?