kapetndev/tftest action
Runs tftest and outputs any failures
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 27, 2026
- License
- MIT
Pinned Snippet
uses: kapetndev/tftest-action@ff719ba3fe38053cafdb7de844b784f831846c45 # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| additional-args | Space separated args specified here will be added during tftest execution. (eg. --verbose) | — | — |
| format | The format of the output | — | json |
| terraform-version | The version of terraform to use. If not specified, then the latest version of terraform will be used. | — | latest |
| version | The version of tftest to use, defaults to latest | — | latest |
| working-directory | Directory to run the action on, from the repo root. Default is . (root of the repository) | — | . |
Outputs
| name | description |
|---|---|
| tftest-return-code | tftest command return code |