Add Support for Terraform Lint Checking
what
- Validate code has been lint tested
- Validate plugins are downloadable
- Validate modules are downloadable
- Validate code is syntactically correct
why
- Improve overall code quality/consistency
demo
With broken formatting:
https://travis-ci.org/cloudposse/terraform-null-label/builds/282578671
After fixing formatting:
https://travis-ci.org/cloudposse/terraform-null-label/builds/282581055