golang / oscar

[mirror] Open source contributor agent architecture repo.
BSD 3-Clause "New" or "Revised" License
148 stars 19 forks source link

create a Terraform spec for Oscar on GCP #46

Open jba opened 4 weeks ago

jba commented 4 weeks ago

We should write down the GCP resources used by Oscar in Terraform, so others can replicate our setup.

Not everything makes sense in Terraform. For example, we deploy our Cloud Run service using Cloud Build, not terraform apply. Those resources should be represented in other ways, like cloudbuild.yaml or shell scripts.