Template repository for creating and testing Terraform modules.
The information below will help you work with this repo to make changes to the module.
- Golang binary in your path
- Terraform binary in your path
- Check Terraform and Golang file formatting
make fmt-check
- Auto-fix the file formatting
make fmt
- Run the tests
make check
# Or
make test