adhocteam / nytimes-library

A collaborative documentation site, powered by Google Docs.
https://nyt-library-demo.herokuapp.com/
Apache License 2.0
1 stars 1 forks source link

Create terraform code used for infrastructure management within Ad Hoc #22

Closed ahinh43 closed 2 years ago

ahinh43 commented 2 years ago

This is the introductory PR to create the terraform code used by the Library app. This is a GAE app that requires some GCP APIs to be enabled, the OAuth app + IAM service account with the datastore role, and other various infrastructure components within the GCP ecosystem. 90% of the infrastructure resources needed are created via Terraform, and the last 10% need to be created by hand, which is documented in the ops/terraform directory.