BYU-Hydroinformatics / api-nwm-gcp

REST API backed by National Water Model data, developed on Google Cloud Platform
4 stars 1 forks source link

Adding terraform infrastructure as code #4

Closed KMarkert closed 10 months ago

KMarkert commented 10 months ago

This PR adds terraform infrastructure as code to the repo to help with deployment and management of cloud resources. At the moment the terraform scripts provision the Service Account, permissions for SA, the forecast-record Cloud Function deployment.

Includes simple documentation on how to deploy using Terraform to the readme.

TODO: update Terraform scripts with other Cloud Functions and API Gateway deployment will wait on #3 to merge before adding everything in to scripts.

closes #2