# 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