Terraform for Prisma (formerly known as Redlock) integration infrastructure.

## Naming Conventions

* Shared modules are located under `modules`
* Each AWS account has its own root module named after the account
* For application accounts:
    * `environment` is one of `qa` or `prod`
    * `account_group` is the name of the app or app family e.g. `permissions-platform`
* For shared infrastructure accounts:
    * `environment` is the name of the account, e.g. `networking`
    * `account_group` is `orcd`
