A template repository for creating our AWS Terraform modules. It gives you a good starting point for creating new modules quickly. It comes with:
- Basic directory structure
 - GitHub Workflow for Linting and Validation
 - Pre-Commit Hooks
 - Makefile for common tasks
 
No inputs.
No outputs.
No providers.
module "example" {
  source = "../../"
}