Windy Gap, Kerry, Ireland

Setting up a Recurring Google Cloud Function With Terraform

I recently needed to run a simple Python script every 10 mins to alert me if a website had been updated, rather than going the traditional route of spinning up a VM with a cronjob running on it I wanted to investigate using a serverless approach. In this guide I’ll show you have to setup a Google Cloud Function and Cloud Scheduler using Terraform.

April 29, 2020