Skip to content

massdriver-cloud/terraform-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-modules

Terraform modules used by Massdriver bundles

Organization

Modules should be placed under a top level directory for the cloud they provision resources for (aws, azure or gcp), or under massdriver if they are specific to Massdriver. Cloud based modules should be usable outside of Massdriver as a standard community terraform module. Modules within massdriver should be specific to to Massdriver, but can reference and use modules from the cloud directories as needed.

Development

Enabling Pre-commit

This repo includes Terraform pre-commit hooks.

Install precommmit on your system.

git init
pre-commit install

Terraform hooks will now be run on each commit.

You'll additionally need to install: