gh-actions icon indicating copy to clipboard operation
gh-actions copied to clipboard

A Github action for generating Terraform module documentation using terraform-docs and gomplate

Results 30 gh-actions issues
Sort by recently updated
recently updated
newest added

### Describe the bug Github Runners do not sufficiently clean up after themselves when there are file changes in the workspace, as this action does. This is specific to self-hosted...

bug

### Describe the bug On a small new repo this action creates new folders in the `.git/objects` folder. These objects are owned by `root:root` as opposed to `runner:docker`. Therefore any...

bug

### What problem are you facing? I am currently using terraform-docs within a larger workflow on pull requests. Because I am using the `git-push` feature, I would like to have...

feature request

### What problem are you facing? I am personally running into permission issues (https://github.com/terraform-docs/gh-actions/issues/50), but I also see a lot of issues filed here about adding functionality to the git...

feature request

### Description of your changes When using TF Docs after other steps which contain lint actions for example which output additional files to the current working directory TF Docs will...

size/XS

Signed-off-by: Alexander Korpusov ### Description of your changes When `output-method`, `output-file`, `template` are not set as an action input, the default values prevent from getting `output.mode`, `output.file`, `output.template` if those...

size/XS

### What problem are you facing? I have Repositories that need to enforce Signed Commits, and would like to keep this action. ### How could terraform-docs help solve your problem?...

feature request

### Describe the bug GitHub workflow file for reference available [here](https://github.com/luigidifraiawork/aws-network-hub-for-terraform/blob/main/.github/workflows/documentation.yml). Despite using the `config-file` option, action defaults appear to cause unwanted overrides. From an action log from [the repo...

bug

### Describe the bug ```shell Run terraform-docs/[email protected] with: working-dir: . output-file: README.md output-method: inject git-push: false config-file: disabled atlantis-file: disabled find-dir: disabled recursive: false recursive-path: modules output-format: markdown table template:...

bug

### What problem are you facing? It would be great if force push support provided. It causes to pushing problems while using protected branch rules. ### How could terraform-docs help...

feature request