https://github.com/itsdalmo/tfcheck
Simple terminal UI for running terraform checks
https://github.com/itsdalmo/tfcheck
Last synced: 12 months ago
JSON representation
Simple terminal UI for running terraform checks
- Host: GitHub
- URL: https://github.com/itsdalmo/tfcheck
- Owner: itsdalmo
- Created: 2023-05-16T13:09:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T11:19:57.000Z (over 1 year ago)
- Last Synced: 2025-03-29T01:24:22.244Z (over 1 year ago)
- Language: Go
- Size: 703 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## tfcheck
Experimental go binary that runs terraform check with pretty terminal UI.

## Usage
```sh
$ go install cmd/tfcheck
$ which tfcheck
# Inside a terraform directory
$ tfcheck
```