This repo is obsolete.
See this page for details on our current terraform infrastructure: https://notarize.atlassian.net/wiki/spaces/DEVOPS/pages/407863698/Managing+AWS+infrastructure+via+Terraform
The original README contents follow.
Reusable terraform modules that manage our infrastructure
This is mounted to /terraform/modules in the terraform container.
- Variables in a
variables.tffile- All variables defined in a module should have a type defined as well as a description
- Terraform resources in a
main.tffile- More resources can live in separate
.tffiles
- More resources can live in separate
- Outputs in an
outputs.tffile