Categorygithub.com/matt-FFFFFF/tfvarcheck
repository
0.2.0
Repository: https://github.com/matt-ffffff/tfvarcheck.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Terraform Variable Check

A go package to compare a terraform variable with a known good reference.

Current capabilities:

  • Check a terraform variable's type is correctly set and has the correct optional defaults
  • Check a terraform variable's default value is correctly set
  • Check a terraform variable's nullable value is correctly set