Configuring Cloud Run with Terraform

1 · Seth Vargo · Dec. 4, 2019, midnight
Terraform is a popular tool for managing infrastructure configurations as code, but what if that infrastructure is serverless? Google's Cloud Run is a fully-managed serverless offering that leverages the power and flexibility of containers as a deployment primitive. This post explores how to setup and configure a Cloud Run service using Terraform. The full sample code for this post is available on GitHub. Setup To get started, create a Google Cloud account, install the Cloud SDK, and install ...