README and uplift
- Added .terraform-doc.yml to auto generate (mostly) README.md
- Added basic example config for README.md
- All variables and outputs have descriptions and types
- Trimmed down the amount of required variables to the minimum. However, the module is still backwards compatible as the old inputs exist as overrides
- Ran
terraform fmt
on the repository - Updated CONTRIBUTING.md to cover running fmt and ensuring docs are regenerated
- Added .gitlab-ci.yml to do basic checks for fmt and out of date docs
Edited by Tom Cole