Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 515 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 515 Bytes

terraform_modules

This is a group of terraform modules managed by Table XI (@tablexi). Most of these modules are things we do on every project. This has been made open source so you can see some examples.

WARNING!!


Use this it at your own risk. If you are brave enough to use undocumented modules please use them with a commit SHA1 module reference (see example below).

module "example-com-replica-mysql" {
   source    = "github.com/tablexi/terraform_modules?ref=05ce01e//aws/rds"
   ...
}