In this tutorial you are going to deploy a simple Cloud Function triggered by a Cloud Storage event with Terraform — Cloud Functions are scalable “pay-as-you-go” Functions as a Service (FaaS) from Google Cloud Platform (GCP) to run your code with zero server management. Cloud Functions can be written in Node.js, Python, Go, Java, .NET, Ruby, and PHP programming languages. For the sake of readability, this tutorial will contain a Cloud…