conzy / terraform-module-template

A template repo used for creating terraform module repos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module Title

Add a meaningful description here

Tagging

Describe what tags this module supports / requires. Try to have good tagging hygiene for cost allocation.

This resource supports tagging. You should pass:

  • workload (we default to ml)

Usage

Include a usage example here. i.e how to use the module or submodules with the minimal configuration

module "conor-test" {
  source  = "app.terraform.io/acme/s3/aws"
  version = "0.0.1"
  name    = "conor-test"

  read_buckets = [
    "acme-sandbox-foo",
    "acme-sandbox-bar",
  ]
}

Sub Modules

List and describe the sub modules available in this module if they might be used in isolation. Sub modules are just directories in the modules directory.

About

A template repo used for creating terraform module repos


Languages

Language:HCL 100.0%