Skip to content

CMG Terraform Modules

Our terraform-modules repo contains Terraform to be reference by all parts of CMG's cloud infrastructure. Modules make our IAC as dry as possible while promoting Terraform best practices by organizing, encapsulating, and re-using configuration. Learn more about Terraform Modules here.

In this repo, master is the development branch and contains the latest changes. The master branch should not be referenced by the calling code. Instead, use the release tags associated with each merge/push to master. Using release tags prevent unexpected changes to existing infrastructure when resources are managed by Terraform.