Skip to content

Provides many helper modules for AWS infra.

Notifications You must be signed in to change notification settings

conzy/terraform-aws-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Provides many helper modules for AWS infra.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages