TFlint AWS docs

Documentation from the template in the /docs/rules/ folder can be generated with:

go generate ./...
TF Lint Submodule

This project contains a submodule in /rules/modles/aws-sdk-go. Make sure it is up to date.

During initial clone run

git submodule update -init

To keep up to date run the above command without the init argument.