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.
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, likecloudbuild.yaml
or shell scripts.