Skip to content

Template repository for creating Terraform modules.

License

Notifications You must be signed in to change notification settings

geekcell/terraform-aws-module-template

Repository files navigation

Geek Cell GmbH

Terraform AWS Module Template

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

Inputs

No inputs.

Outputs

No outputs.

Providers

No providers.

Resources

Examples

Complete

module "example" {
  source = "../../"
}