You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generate_docs function would attempt to run terraform_docs against
the autogen/ directory. Since that directory contains templates instead
of actual working Terraform, the terraform-docs command failed, causing
no docs to be properly formatted.
These changes update the function to properly ignore the ./autogen
directory.
0 commit comments