Find unused variables in a terraform configuration.
You can install tf-unused-vars
using go get
go get github.com/Gufran/tf-unused-vars
Simply execute the binary in a terraform project directory or use -dir
parameter to a different path.
tf-unused-vars -dir <path>
Mozilla Public License 2.0
See LICENSE file.