tarak/Setup terraform-docs

Sets up terraform-docs CLI in your GitHub Actions workflow

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
terraform_docs_versionterraform-docs version to installnolatest
architectureTarget architecture for Node to use. Examples: x86, x64. Will use system architecture by default.
github_tokenGitHub token - used when getting the latest version of terraform-docsno${{ github.server_url == 'https://github.com' && github.token || '' }}
terraform_docs_wrapperInstalls a wrapper script to wrap subsequent calls to `terraform-docs` and expose `stdout`, `stderr`, and `exitcode` outputsnofalse
namedescription
stdoutThe output (stdout) produced by the terraform-docs command. Only available if `terraform_docs_wrapper` is set to `true`.
stderrThe error output (stderr) produced by the terraform-docs command. Only available if `terraform_docs_wrapper` is set to `true`.
exitcodeThe exit code produced by the terraform-docs command. Only available if `terraform_docs_wrapper` is set to `true`.