As discussed in this proposal: https://docs.google.com/document/d/111E-ud8a6IHSAdZ346hUPOBTtIX2vJ-XkoiJcm4Li6s To make it easier for people to upgrade and add more clarity on how users should structure their own changes to terraform we should: - [x] Split all modules except for `environment` out to a separate repo (a single repo for all, for now) - [x] Change `environment` to reference the new modules - [x] Add documentation and examples to show users where they should add custom terraform - [ ] Review outputs of modules to make sure we are exposing enough from each to make them useful - [ ] Look into setting up auto-deployment of our modules to the terraform registry
As discussed in this proposal: https://docs.google.com/document/d/111E-ud8a6IHSAdZ346hUPOBTtIX2vJ-XkoiJcm4Li6s
To make it easier for people to upgrade and add more clarity on how users should structure their own changes to terraform we should:
environmentout to a separate repo (a single repo for all, for now)environmentto reference the new modules