/terraform-module-template

Template repository for our terraform modules

Primary LanguageHCLMIT LicenseMIT

TODO

Introduction

This module manages TODO.

Usage

Instantiate the module by calling it from Terraform like this:

module "aws-eks" {
  source = "dodevops/TODO"
  version = "<version>"
  
  (...)
}

Development

Use the terraform module tools to check and generate the documentation by running

docker run -v "$PWD":/terraform ghcr.io/dodevops/terraform-module-tools:latest