An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## tfcheck

Experimental go binary that runs terraform check with pretty terminal UI.

![](examples/demo.gif)

## Usage

```sh
$ go install cmd/tfcheck
$ which tfcheck

# Inside a terraform directory
$ tfcheck
```