Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sylwit/terraform-cleaner

Tiny utility which detects unused variables in your terraform modules
https://github.com/sylwit/terraform-cleaner

Last synced: about 1 month ago
JSON representation

Tiny utility which detects unused variables in your terraform modules

Awesome Lists containing this project

README

        

# terraform-cleaner

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)

Tiny utility which detects unused variables in your terraform modules

[![asciicast](https://asciinema.org/a/vwSJkNc9SSQ75uSMH6W1ffbmm.svg)](https://asciinema.org/a/vwSJkNc9SSQ75uSMH6W1ffbmm)

# How to use it ?

Simply download the binary for your platform from the [releases page](https://github.com/sylwit/terraform-cleaner/releases/)

# Pre-commit

```shell
pre-commit install --hook-type pre-commit --hook-type commit-msg
```